This project is a full-stack application consisting of a React frontend and a Flask backend. It supports CRUD operations through an API.
-
Navigate to the
frontend
directory:cd frontend
-
Install the necessary dependencies:
npm install
-
Start the React development server:
npm start
-
First, run the API call with:
python main.py
-
Start the Flask server:
python app.py