Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackintoshrao/node-network
Node-Network is a distributed Social Network engine or framework which can used to built upon any site with the Social Network feature .The design is inspired the nature of pouplar distributed social network diaspora .
https://github.com/hackintoshrao/node-network
Last synced: 11 days ago
JSON representation
Node-Network is a distributed Social Network engine or framework which can used to built upon any site with the Social Network feature .The design is inspired the nature of pouplar distributed social network diaspora .
- Host: GitHub
- URL: https://github.com/hackintoshrao/node-network
- Owner: hackintoshrao
- Created: 2013-10-05T12:25:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T14:22:37.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T11:19:48.405Z (7 months ago)
- Language: JavaScript
- Size: 882 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB #
"Node Cellar" is a sample CRUD application built with with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB.
The application allows you to browse through a list of wines, as well as add, update, and delete wines.
This application is further documented [here](http://coenraets.org/blog).
The application is also hosted online. You can test it [here](http://nodecellar.coenraets.org).
## To run the application on your own Heroku account:##
1. Install the [Heroku Toolbelt](http://toolbelt.heroku.com)
2. [Sign up](http://heroku.com/signup) for a Heroku account
3. Login to Heroku from the `heroku` CLI:
$ heroku login
4. Create a new app on Heroku:
$ heroku create
5. Add the [MongoLab Heroku Add-on](http://addons.heroku.com/mongolab)
$ heroku addons:add mongolab
6. Upload the app to Heroku:
$ git push heroku master
7. Open the app in your browser:
$ heroku open