All Projects → PabloVallejo → Fun

PabloVallejo / Fun

Wall messages app with authentication built with Node JS, Backbone and MongoDb. Ready to be deployed to Heroku

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fun

Fraternate
Fraternate is a standalone copy of the GitHub organization and user interaction framework. Built with Mongo dB | Node.js® | Express.js | Handlebars.js | Bootstrap.
Stars: ✭ 130 (+83.1%)
Mutual labels:  heroku, mongodb
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+5102.82%)
Mutual labels:  mongodb, node-js
Clojurenews
Clojure News Web Application - (Hacker News Clone)
Stars: ✭ 217 (+205.63%)
Mutual labels:  heroku, mongodb
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (+29.58%)
Mutual labels:  mongodb, node-js
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+11116.9%)
Mutual labels:  heroku, node-js
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (+166.2%)
Mutual labels:  mongodb, node-js
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+412.68%)
Mutual labels:  mongodb, node-js
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (+35.21%)
Mutual labels:  mongodb, node-js
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+1067.61%)
Mutual labels:  mongodb, node-js
Node Express Mongoose Demo
A simple demo app using node and mongodb for beginners
Stars: ✭ 4,976 (+6908.45%)
Mutual labels:  heroku, mongodb
cytrus-re
A multipurpose Discord bot!
Stars: ✭ 16 (-77.46%)
Mutual labels:  heroku, node-js
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-50.7%)
Mutual labels:  mongodb, node-js
Pigallery2
A directory-first photo gallery website, witch rich UI, optimised for running on low resource servers (especially on raspberry pi)
Stars: ✭ 470 (+561.97%)
Mutual labels:  heroku, node-js
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (-56.34%)
Mutual labels:  heroku, mongodb
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-38.03%)
Mutual labels:  heroku, node-js
Jolly
Production ready boilerplate for hapi.js
Stars: ✭ 68 (-4.23%)
Mutual labels:  mongodb
Node Julius
Node.js module for voice recognition using Julius
Stars: ✭ 69 (-2.82%)
Mutual labels:  node-js
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (-4.23%)
Mutual labels:  mongodb
Heroku Pg Extras
A heroku plugin for awesome pg:* commands that are also great and fun and super.
Stars: ✭ 1,152 (+1522.54%)
Mutual labels:  heroku
Mongri
A web-based user interface for MongoDB and Amazon DocumentDB
Stars: ✭ 70 (-1.41%)
Mutual labels:  mongodb

Fun

NodeJS Wall messages app with user access control. The main database system is MongoDb which stores users details and messages. In the Front-end, Backbone is used to handle the interaction. Some concepts has been adapted from WordPress and Twitter Bootstrap.

Fun


Fun

Quick start

# Clone the repo
$ git clone https://github.com/PabloVallejo/Fun.git

$ cd Fun

# Install packages
$ npm install

Initialize

Just initialize MongoDb and then, the application using node app from within the root of the repository. That's it, now you can go to http://localhost:3000 and use the app.

# Start MongoDb
$ c:/mongodb/bin/mongod.exe
    
# Start app
$ node app

Deploying to Heroku

Heroku

Fun can be deployed to Heroku pretty easy. Just clone the repository, create a Heroku app, add MongoLab addon to it so that it can use MongoDb and you're done. Then you can push your app.

Clone the repository

$ git clone https://github.com/PabloVallejo/Fun.git

# Change directory to Fun
$ cd Fun

Create a Heroku app

$ heroku apps:create myapp

# Add MongoLab to it
$ heroku addons:add mongolab

Publish it

$ git push heroku master

Requirements

MongoDb and Node JS are required to run this app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].