Todo App is a user-friendly web-app that helps you stay organized and manage your tasks effectively. Create an account or log in to access your personalized dashboard. From there, you can easily create tasks, set due dates, and assign priorities.
Stack: Python,Django,Postgres
- Docker version 24.0.2
- PostgreSQL 15.1-alpine
- Django 4.2.2
sudo docker-compose up --buildTo run the tests, ensure that you have pytest installed in your virtual environment. If you don't have it, you can install it using:
pip install pytest pytest-django
Next, navigate to the root directory of your django project and execute: pytest