An open API service indexing awesome lists of open source software.

https://github.com/nairuzabulhul/recipes_world

Web Application for local recipes using Node.js
https://github.com/nairuzabulhul/recipes_world

Last synced: about 1 month ago
JSON representation

Web Application for local recipes using Node.js

Awesome Lists containing this project

README

          

Recipes World is Web application created with Node.js and MonogoDB

App Demo:


![Log](http://i.giphy.com/xT4uQDBXB3Q9DGUdLG.gif)

$ mkdir data
$ echo 'mongod --bind_ip=$IP --dbpath=data --nojournal --rest "$@"' > mongod
$ chmod a+x mongod
You can start mongodb by running the mongod script on your project root:

$ ./mongod