to open the project on your computer:
- make sure python is install
- clone the project
- go into the project dir
- run a virtual env
- in the env run : pip install -r requirements.txt
- go into the src dir
- run: python manage.py makemigration
- run: python manage.py migrate
- run the server with: python manage.py runserver