Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 249 Bytes

Identity server

Implementation of Identity Server written in Python.

How to run

git clone https://github.com/Project-Summer-AI-Lab-Glider/nurse-scheduling-backend.git IS
cd IS
pip install -r requirements.txt
python manage.py runserver