/CookMenuServer

this is node server, written in express js. here mongodb is used for storing data. this is first code check in

Primary LanguageJavaScript

CookMenuServer

CookMenuServer Node.js app using Express 4.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:heroku/CookMenuServer.git # or clone your own fork
$ cd CookMenuServer
$ npm install
$ npm start

Your app should now be running on localhost:3000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: