Skip to content

This Project describes CRUD operations using FastAPI (REST API) and using it in React basic frontend.

Notifications You must be signed in to change notification settings

mugdhakolte/fast_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI and React Mini Project

This Project describes CRUD operations using FastAPI (REST API) and using it in React basic frontend.

Tech stack used:

  • Python 3.12
  • FastAPI
  • npm 10.5
  • React 18.2
  • React-Dom 18.2

Getting Started:

  1. Setting up Backend Environment to run REST APIs

    cd backend
  2. Create Virtual Environment

    python -m venv venv
  3. Install dependencies

    pip install -r requirements.txt
  4. Run the backend server

    python main.py
  5. Setting up Frontend Environment

    npm run start

About

This Project describes CRUD operations using FastAPI (REST API) and using it in React basic frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published