1. To run this project you should have a python 3.8 version
2. pip install pipenv -> if you don't have pip you can install it with this command - python -m pip install pip
3. After the installation of the pipenv run -> pipenv install --dev - this will install all the dependances and packages required to run the server
4. run -> pipenv shell - to open the virtual environment.
5. navigate to where the manage.py is located -> cd src
6. Run -> python manage.py runserver - to run the server