Skip to content

iKalin/close-calls-philly

 
 

Repository files navigation

Close Calls Philly

Team Members

  • Katie Jiang
  • Daniel Zhang
  • Natasha Narang
  • Sanjay Subramanian

Setting up for Python 3

Clone the repo
$ git clone https://github.com/hack4impact/close-calls-philly.git
$ cd close-calls-philly
Initialize a virtualenv
$ pip install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
Install the app dependencies
$ pip install -r requirements.txt
Other dependencies for running locally

You need to install Foreman and Redis. Chances are, these commands will work:

$ gem install foreman

Mac (using homebrew):

$ brew install redis

Linux:

$ sudo apt-get install redis-server
Create the database
$ python manage.py recreate_db
Other setup (initialize database)
$ python manage.py setup_dev
[Optional] Add fake data to the database
$ python manage.py add_fake_data
[Optional] Import some actual data
$ python manage.py parse_csv -f poll244.csv

Running the app

$ source env/bin/activate
$ honcho start -f Local

License

MIT License

About

(Clean Air Council Spring 2017): A vehicle incident reporting web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.9%
  • HTML 38.3%
  • JavaScript 8.3%
  • CSS 5.4%
  • Ruby 0.1%