Attendance Manager
Ensure that the following software is installed on your system before proceeding:
- Git
- Docker
- Docker Compose
Follow these steps to set up and run the project using Docker.
Clone the project repository to your local machine:
git clone https://github.com/FurkanYazbahar/AttendanceManager.git
cd AttendanceManager
Build the Docker image using the following command:
docker-compose build
This command uses the Dockerfile and docker-compose.yml
file to create the required image.
Start the containers using the following command:
docker-compose up
This command starts two services: the Django application and the PostgreSQL database.
When the project is initialized with Docker, two users are seeded into the database. You can use the following credentials to log in and test the system:
- Username:
admin
- Password:
admin
- Username:
user
- Password:
user
Once the application is running, you can access the login page in your browser at:
http://localhost:8000/login