artery-backend
is a part of the Artery
application together
with artery-frontend
.
Note
Available api adresses located in the artery/api/views.py
file.
pip install -q requirements.txt
- Install MySql database
- Run MySql
- Create database with
artery
name - Fill
artery/config/mysql.cnf
file
Go to the artery
directory and run follow commands:
python manage.py makemigrations api
python manage.py migrate
python manage.py runserver