Docker
Nginx
PostgreSQL
Gunicorn
Django 4.2
This is a simple Django web application that allows users to:
- Register an account.
- Explore text-based posts created by other users.
- Add posts to their favorites.
- Write and manage their own posts.
- Set corect path to volume with static files in compose file for web and nginx container.
- Navigate to the project root folder.
- Execute:
docker compose up --build
- Open
0.0.0.0:8001
in browser.