mugdhakolte / fast_react

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 62.1%Language:HTML 20.4%Language:Python 17.5%