/fastapi-react-crud

CRUD operation with fastapi and next/react js

Primary LanguageJavaScript

fastapi-next-react-crud

CRUD operation with fastapi and next/react js

For run this application on your machine.

  1. git clone https://github.com/mominur774/fastapi-next-react-crud.git

Backend:

  1. cd crudbackend
    1. pip install -r requirements.txt
    2. uvicorn main:app --host 127.0.0.1 --port 8000 --reload

Frontend:

  1. cd crudfrontend
    1. yarn or yarn install
    2. yarn run dev