With us, you never see the city the same way.
- Python (Django framework)
- MongoDB (MongoEngine)
- AngularJS with Marionette
- Twitter Bootstrap
- OAuth2.io
- Forsquare API
- Google API
- Locu API
- Install dependencies :
(sudo) npm install && pip install -r requirements.txt && bower install
- Run the application :
python server/server.py
- Open a web browser with URL http://localhost:5000
-
- Go to the server/db.py
- Change
os.environ['MONGOLAB_URI']
to'mongodb://admin:iicenajv@ds053948.mongolab.com:53948/words'
-
- Create your own database and create users collection
- Go to the server/db.py
- Change
os.environ['MONGOLAB_URI']
with your mongodb:// database url
- Run
grunt build
command from command line - Go to the server/app.py
- Change
../app
folders to../dist
(2x) - Run the application :
python server/server.py