/backend

OPELE Backend - Django

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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