Skip to content

mohandeep2002/ZusPay-FastAPI-ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ZuPay-FastAPI-ToDo-App

Back-end ZusPay-FastAPI-ToDo-App/todo/

FastAPI ->(https://fastapi.tiangolo.com/)

Running of Uvicorn server

  • Navigate to todo folder
  • Open CMD in todo folder
  • To activate the virtual env .\venv\scripts\activate
  • pip install -r requirements.txt
  • uvicorn main:app --reload -> To Run the uvicorn Server
  • Open http://localhost:8000/docs to explore the fastapi GUI

Front-end ZusPay-FastAPI-ToDo-App/todo-frontend/fastapi-front/

  • Navigate to the ZusPay-FastAPI-ToDo-App/todo-frontend/fastapi-front/ folder
  • Open CMD in ZusPay-FastAPI-ToDo-App/todo-frontend/fastapi-front/ foler
  • Run the command npm start
  • Open http://localhost:3000 to access the website

Database MongoDB

  • The FastAPI app is connected to MongoDB Atlas.
  • Data is storing at remote location.