A management application that helps you manage your tasks
- Users can create an account and log in
- A user can create a task
- A user can retrieve a task or all tasks
- A user can update status of a task
- A user can delete a task
- Python
- Flask
-
Ensure you have python 3.8.x installed.
-
Manage a virtual environment and install dependencies
- pipenv shell
-
Start the API server with command
- gunicorn app:App
-
Check API index with Postman
- Azu Patrick