radini1 / FarmStack_Project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 49.4%Language:Python 27.8%Language:HTML 17.4%Language:CSS 5.4%