- User can add , update , delete todo , get all todos , update status of one todo.
-
Clone the project on your local machine.
-
Install venv : py -m venv venv
-
Activate the venv: .\venv\Scripts\activate
-
To run the project enter: uvicorn app.main:app --reload
- Note : Enter your database URL in SQLALCHEMY_DATABASE_URL
SQLALCHEMY_DATABASE_URL = "postgresql://username:password@localhost:5432/DBname"