Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 581 Bytes

LlamaBucket

A server for the LlamaBucket web application. Part of our databases course during fall 2013

Requirements for this project was to build an eBay like app that could allow users to buy/sell goods.

Stack:

  • Node.js
  • mySQL

Setup:

In order to run this server instance, you need to install the heroku toolbelt

On terminal, execute the following commands:

1 - git clone https://github.com/cesarcruz91/lb_server.git

2 - npm install

3 - Run either nf start or foreman start

To-Do:

1 - Add origin policy