- Computer with Windows/Linux/MacOS system.
- Python 3.7+
- PIP
- terminal
- cloned repository
cd rest-app
pip install -r requirements.txt
python manage.py makemigrations
python manage.py runserver
To run tests:
python manage.py test
cd client
pip install -r requirements.txt
python app.py
You have to run server before running client!