Skip to content

MarsWilliams/PlateRate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a RESTful restaurant rating micro webapp built with Express, Node.js MongoDB, and Backbone.js that provides CRUD services.

screenshot

You with me?

You'll need to install node.js and mongodb to start.

Then clone the project and cd into the directory.

`$ git clone git@github.com:MarsWilliams/PlateRate.git`
`$ cd PlateRate`

Install development dependecies with npm.

`$ npm install`

To start the show:

in one terminal

`$ mongod`


in another terminal

`$ mongoimport --db ratings --collection ratings dbinit.json --jsonArray`


and in another terminal

`$ node bin/www`

I'm happy to answer any questions you may have or help with installation.

lovely

About

A restaurant rating micro webapp built with Express, Node.js, Mongo, and Backbone that provides CRUD functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors