Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 822 Bytes

Farm Stack


This is a farm stack ( fastapi, react, mongoDB ) todo list.


How to use :

➡️for the backend:

pipenv install -r requirements.txt.
install mongoDB community server.
Create your database and connect it on localhost port 27017.
run the app by uvicorn main:app --reload.

➡️for the frontend:

Make sure you've installed nodejs.
Make sure you've npm.
npx create-react-app fronend.
then npm start and npm install axios bootstrap.


main source code => here


Contributers : Arash & Radin