samuelokrent / waiter

A hackathon project to facilitate up-for-grabs food negotiation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waiter up-for-grabs food negotiation

Installation

Setup virtualvenv

Install
pip install virtualenv
virtualenv venv
Activate
source venv/bin/activate
# Verify it works by running 'python --version'
Deactivate
source deactivate
# Verify it works by running 'python --version'

Dependencies

brew install mysql
# Make sure you are in the Python 3 virtual environment (see above)
pip install django mysqlclient

Running the server

See the run.sh script

Deployment (for public access)

First install localtunnel using npm install -g localtunnel (if you don't have Node.JS installed then do brew install node.

To run it, do lt --subdomain claimed --port 8000 and visit http://claimed.localtunnel.me

About

A hackathon project to facilitate up-for-grabs food negotiation


Languages

Language:Python 55.7%Language:HTML 28.2%Language:JavaScript 15.4%Language:CSS 0.4%Language:Shell 0.2%