Skip to content

jaypanchal18/deploying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name Crud Operation

Overview

This project is a full-stack application consisting of a React frontend and a Flask backend. It supports CRUD operations through an API.

Setup and Installation

Frontend

  1. Navigate to the frontend directory:

    cd frontend
    
  2. Install the necessary dependencies:

    npm install

  3. Start the React development server:

    npm start

Backend

  1. First, run the API call with:

    python main.py

  2. Start the Flask server:

    python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published