Skip to content

mominur774/fastapi-react-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

CRUD operation with fastapi and next/react js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published