7th Year Project of the Instituto Técnico Salesiano Villada.
The purpose of the system is to make it easier for teachers to take attendance through an application.
The application will be in charge of keeping track of the student's attendance, making statistics from them and it will generate a report for the dining room and administration, among other things.
- Django
- React
- Build containers
docker-compose -f docker-compose.dev.yml build - Update
.envwith necessary keyscp .env.sample .env
- Start containers
docker-compose -f docker-compose.dev.yml up