This project is a web application for a car dealership, built with Django and PostgreSQL, and containerized using Docker.
- Docker
- Docker Compose
-
Clone the repository:
git clone <repository_url> cd <repository_directory>
-
Change directory to act1:
cd /act1 -
Build and start the Docker containers:
docker-compose up --build
-
Access the application: Open a web browser and go to
http://localhost:8000.
myapp/templates/base.html: Base HTML template for the application.myapp/views.py: Django views for the application.Dockerfile: Dockerfile for building the web application container.docker-compose.yml: Docker Compose configuration file.
This project is licensed under the MIT License.
Diogo Filipe Alves Pires [[email protected]]