abbyfleming / bangazon-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bangazon API

Constructing an API for Bangazon's client developers to access for their application development.

Initial Setup

Getting Started

Using your terminal:

  • pip install django
  • pip install djangorestframework

After installing django, djangorestframework, and pygments, clone the repo locally to your computer.

Sync the Database

In the main project directory, run:

python manage.py migrate

Run the Server

python manage.py runserver

Check to see where the server is running. (Example: Development server is running at http://127.0.0.1:8000/)

On your browser, go to your local host (Example: http://localhost:8000/)

About


Languages

Language:Python 100.0%