Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 465 Bytes

File metadata and controls

25 lines (21 loc) · 465 Bytes

backend

Project setup

git clone https://github.com/LabExCloud/backend.git
virtualenv django_env
source django_env/bin/activate
cd backend
pip install -r requirements.txt

Run

python manage.py runserver

API docs