A simple nodejs express application for the ticketea challenge
- NodeJS
- MongoDB
- ExpressJS
- jQuery
#Install
#Optional: Make sure to have mongod running
mongod
git clone https://github.com/josecolella/Mums-shop.git
cd Mums-shop/
# To restore documents into products collection of mumshop db
mongorestore --archive=products.20161712.archive --db mumshop
# Install all dependencies
npm install
# A server is started at http://localhost:3000
npm start
#Usage
- The main page contains all the products with a simple panel to the right that allows you to see the products added.
##Three for two requirement
##Menu requirement
##Entire purchase flow