This is just a place for me to hack together a little recipe web app.
These commands install any dependencies you need to run cookbook locally.
- Install Everything (Mongodb and NPM dependencies)
$ make installAll you really need is the one above. But the seperate install commands are:
- Install Mongodb
$ make install-mongo- Install NPM Dependencies
$ npm installBe sure to run these commands (IN ORDER) in separate terminals to start the application.
- Start Database Server
$ make db- Start Web Server
$ make cbOnce both of these are running, open this page: http://localhost:3000/cookbook.html