Hey there! 👋
This repository houses the Flask APIs and business logic of the Task Manager application.
Please refer to the task-manager-frontend project to view the full web app with its UI.
The backend server is deployed onto Heroku here:
https://ns-task-manager-backend-1915b81e16e9.herokuapp.com
These steps are not necessary until and unless the Heroku deployment fails. The server can readily be accessed from the Heroku link mentioned in the Task Manager Server section above.
- Clone this repository
- Ensure that you have Python3 installed on your system
- Make sure to run the following command to install all the libraries mentioned in the requirements.txt file:
pip install -r requirements.txt
- From the root of the project directory, run:
python3 run.py