Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 427 Bytes

Homework to RoadRecord

Car Partner Registry App

With Django 1.11.20 Python 3.6 PostgreSQL 10

Swagger docs: http://localhost:8000/swagger

Accessing json and download yaml: http://localhost:8000/swagger.json and /swagger.yaml

Install requirements: pip install -r requirements.txt

Running server: python manage.py runserver

Test running: python manage.py test

Authentication implementing with Token-based auth