- Install mongodb community version from here: https://www.mongodb.com/try/download/community
- goto FastAPI-backend on terminal and run the following command to start the backend
python server.py
- you can see all end points on this link http://127.0.0.1:8004/docs# after running the server
- goto folder Streamlit-dashboard on terminal and run the following commands to render frontend
streamlit run main.py
- you can run Frontend using this link http://localhost:5000