Master 1 - Serveur Palto (Projet)
Find a file
2024-01-04 19:40:37 +01:00
.github/workflows implemented editable and visible filters by user for permissions 2023-12-03 16:57:34 +01:00
Palto added css for the navigation page 2024-01-04 19:40:37 +01:00
utils simplified environment variables management 2024-01-04 00:18:52 +01:00
.gitignore simplified environment variables management 2024-01-04 00:18:52 +01:00
Dockerfile added database 2023-11-28 22:54:24 +01:00
manage.py simplified environment variables management 2024-01-04 00:18:52 +01:00
README.md simplified environment variables management 2024-01-04 00:18:52 +01:00
requirements.txt simplified environment variables management 2024-01-04 00:18:52 +01:00

Palto-Server

(This is a project realised for our University, it will not be maintained after and it should not be used outside of testing)

Palto is a project to check students attendances at their school classes. It allows teachers to create sessions containing students that should be present. They can then scan their student card with the NFC technology and they will be automatically marked as present to this session.

Installation

  1. Install python >= 3.11
  2. Create a virtual environment with python -m venv ./.venv/. The next steps will be inside it.
  3. Install the dependencies with python -m pip install -r ./requirements.txt.
  4. Run the program by with python ./manage.py runserver.