A boilerplate application for Django web applications.
|
|
%!s(int64=11) %!d(string=hai) anos | |
|---|---|---|
| hackathon_starter | %!s(int64=11) %!d(string=hai) anos | |
| .hgignore | %!s(int64=11) %!d(string=hai) anos | |
| README.md | %!s(int64=11) %!d(string=hai) anos | |
| bower.json | %!s(int64=11) %!d(string=hai) anos | |
| requirements.txt | %!s(int64=11) %!d(string=hai) anos |
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).
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