This is a Django project.
- Clone the repository:
git clone <repository-url> cd <repository-folder>
-
Build and run the Docker containers:
docker-compose up --build
-
Access the application: Open your web browser and go to
http://127.0.0.1:8000/.
- Run tests:
python manage.py test
This project is licensed under the MIT License. DEV