Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 635 Bytes

YACS User Backend

Description

The backend API for the user management system of YACS Project.

Installation

Docker

git clone https://github.com/YACS-RCOS/yacs-user-backend
cd yacs-user-backend
cp config.py.example config.py
vim config.py # Modify the database connection
docker build -t userbackend .
docker run -d --name userbackend -p 5674:80 userbackend

Development

git clone https://github.com/YACS-RCOS/yacs-user-backend
cd yacs-user-backend
pip3 install -r requirements.txt
cp config.py.example config.py
vim config.py # Modify the database connection
python3 app.py

License

AGPL v3