A boilerplate application for Django web applications.

David Leonard c8e57bbacf Adding bower.json file for frontend dependencies 10 лет назад
hackathon_starter 34d02aaa3f Linking urls, writing basic template 10 лет назад
.hgignore 558710783b .hgignore: Ignoring bower components 10 лет назад
README.md 270724940d README: Adding instructions for project setup 10 лет назад
bower.json c8e57bbacf Adding bower.json file for frontend dependencies 10 лет назад
requirements.txt 9b0059a269 Adding requirements.txt 10 лет назад

README.md

Django Hackathon Starter

What is Django Hackathon Starter

Django Hackathon Starter aims to be a project which will aggegrate data from several APIs, producing a RESTful API which can be consumed by a client (also intended to be built).

Running this project

In order to run this project, do the following:

# Install the requirements
pip install -r requirements.txt

# Perform database migrations
python manage.py migrate

# Run the server
python manage.py runserver

Two routes have currently been set up, which are located at:

# First test route
http://127.0.0.1:8000/hackathon/

# Second test route
http://127.0.0.1:8000/hackathon/test

Contributors

  • David Leonard
  • Eswari Swarna
  • Marco Quezada
  • Wan Kim Mok