Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 303 Bytes

Djmsc - Django based µ-service

A REST API which adopts (or tries to adopt) µ-service and deployed with Docker.

Installing required packages

pip install -r requirements.txt

Running tests

python manage.py test

Running the application locally

python manage.py runserver