➡️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