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.
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