This project was made during the TPI, in order to finish my studies at ETML. It's a website made using Django and Tailwinds CSS. Disclaimer : This is not a finished product and no further enhancements will be made.
In order to run the project, you need install the requierements using the following command:
python3 manage.py tailwinds install
then by typing the following command, you will be able to run the project:
python3 manage.py runserver
Make sure you have python3 (refer to the python official website), django, django-qr-code & pillow installed on your computer, using the command:
pip3 install django django-qr-code pillow