Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

kra53n/artery-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

artery-backend

artery-backend is a part of the Artery application together with artery-frontend.

Usage

Note

Available api adresses located in the artery/api/views.py file.

Install Python packages

pip install -q requirements.txt

Set database

  1. Install MySql database
  2. Run MySql
  3. Create database with artery name
  4. Fill artery/config/mysql.cnf file

Run server

Go to the artery directory and run follow commands:

python manage.py makemigrations api
python manage.py migrate
python manage.py runserver

Authors

Backend

Frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages