https://python-project-52-production-3079.up.railway.app/
A Task Manager web app built on the Django framework with basic functionality, including all CRUD operations and task management features:
- registering a user and creating tasks on his behalf
- attaching additional properties to tasks, such as statuses and labels
- Linux
- Python (3.6 or later)
- PIP
- Poetry
- GIT
- PostgreSQL
- Django
Open your terminal and type:
git clone https://github.com/Labidahrom/python-project-52
cd python-project-52
make package-install
make start