Skip to content

YACS-RCOS/yacs-user-backend

Repository files navigation

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

About

The backend for user management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published