Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 436 Bytes

pickupapp-backend

Django REST backend implementation

Up and Running: Assuming you have Python27 and pip (if not look up training doc)

Getting depenedencies through pip:

  • pip install django djangorestframework markdown django-filter

Starting server:

  • Enter repository and execute: python manage.py runserver [port_number] ***Default port_number is 8000, but to work with current angular code use 5000