Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 220 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 220 Bytes

DjangoAPI

REST API using Python and Django.

How to Run

  1. Open terminal in project root directory.
  2. Install dependencies: pip install -r requirements.txt
  3. Start web server: python manage.py runserver