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
- Host: GitHub
- URL: https://github.com/nairuzabulhul/recipes_world
- Owner: nairuzabulhul
- Created: 2016-05-15T18:48:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T21:32:17.000Z (over 9 years ago)
- Last Synced: 2025-01-12T22:14:51.503Z (10 months ago)
- Language: HTML
- Homepage:
- Size: 4.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Recipes World is Web application created with Node.js and MonogoDB
App Demo:

$ 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