Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 450 Bytes

The project management system for stabbers, the StabHut.

RESTful API for stabhut.

This project is using Python (Django with Django Rest Framework) for back-end and Angular for front-end.

Development

Create the virtual env with Python 3.7 and run these commands:

> pip install -r requirements.txt
> python manage.py migrate
> python manage.py runserver