Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 521 Bytes

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