Skip to content
forked from schlosser/NearBuy

The DevFest Battle of the Hacks Project

Notifications You must be signed in to change notification settings

dmaulikr/NearBuy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

b14s

The DevFest Battle of the Hacks Project

Server Development

First Time Setup

mv config/example.secrets.py config/secrets.py

Then paste in the API keys.

Developing
cd server
virtualenv --no-site-packages .
source bin/activate
pip install -r requirements.txt
python app.py [debug]

Server Deployment

First Time Setup

git remote add deploy root@b14s.schlosser.io:~/b14s.git

To Deploy

git push deploy master

Team

Anshul Gupta Matt Piccolella Emily Pries Dan Schlosser

About

The DevFest Battle of the Hacks Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 69.1%
  • Python 13.3%
  • HTML 10.5%
  • Shell 3.3%
  • CSS 2.7%
  • Objective-C 0.4%
  • Other 0.7%