https://github.com/skyl/sr26
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skyl/sr26
- Owner: skyl
- Created: 2014-08-18T05:41:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T15:50:20.000Z (over 11 years ago)
- Last Synced: 2025-01-23T13:13:50.564Z (over 1 year ago)
- Language: CoffeeScript
- Size: 695 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sr26
====
Fancy web interface to the USDA health data.
Angular and D3 on the clientside, Django on the server.
Development Install
===================
The serverside code is written against Python 3.4.1 and Django 1.7.
Once you have Python 3 installed and a virtualenv:
pip install -r requirements.txt
Verfiy your install with:
python manage.py shell_plus
Change into the main static directory and install the JavaScript dependencies:
cd sr26/static/js
bower install
Now you should be able to go to the root directory and:
./manage.py runserver 9090
Point your browser to http://localhost:9090/static/index.html