Skip to content

GraczykowskiMichal/jnp3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Fietsenrek

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:

  1. Create a virtualenv with Python 3.5 (we suggest using a virtualenvwrapper)
mkvirtualenv -p python3.5 fietsenrek
  1. Install local requirements (while in the virtualenv)
pip install -r requirements/local.txt
  1. Set up the frontend
*this is under construction*
  1. Set up the database
./manage.py migrate

and you're good to go!

About

Team project for a university course: designing highly efficient web services

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%