Skip to content

mnegovanovic/react-fastapi-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-fastapi-todo

To run the TODO you will need 2 terminals. In the first run:

virtualenv env
. env/bin/activate
pip install fastapi
pip install "uvicorn[standard]"
uvicorn main:app --reload

... in second run:

npm install react react-dom react-router-dom
npm install axios
npm start

... thats it.

About

ReactJS and FastAPI TODO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published