Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 334 Bytes

Todo Application

A simple Todo Application based on FastAPI framework to explain CRUD operations effectively.

Deployment

To deploy this project run, first install the dependencies in a python Environment

  pip install -r requirements.txt

and then run via this command

  uvicorn main:app --reload