Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chrisgreeff/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookbook

This is just a place for me to hack together a little recipe web app.

Commands

Installation Commands

These commands install any dependencies you need to run cookbook locally.

  • Install Everything (Mongodb and NPM dependencies)
$ make install

All you really need is the one above. But the seperate install commands are:

  • Install Mongodb
$ make install-mongo
  • Install NPM Dependencies
$ npm install

Server Commands

Be sure to run these commands (IN ORDER) in separate terminals to start the application.

  1. Start Database Server
$ make db
  1. Start Web Server
$ make cb

Once both of these are running, open this page: http://localhost:3000/cookbook.html

About

This is just a place for me to hack together a little recipe web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published