Team project for a university course: designing highly efficient web services
Fietsenrek means a bike rack in Dutch. The project is about getting more fietsenrekken in places where they are really needed. It's community-based: users submit places where a bike rack would be handy while others vote for it.
To run the project locally follow these steps:
- Create a virtualenv with Python 3.5 (we suggest using a virtualenvwrapper)
mkvirtualenv -p python3.5 fietsenrek- Install local requirements (while in the virtualenv)
pip install -r requirements/local.txt- Set up the frontend
*this is under construction*- Set up the database
./manage.py migrateand you're good to go!