GithubHelp home page GithubHelp logo

pablovallejo / fun Goto Github PK

View Code? Open in Web Editor NEW
70.0 7.0 7.0 4.58 MB

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

JavaScript 67.96% CSS 32.04%
heroku mongodb node-js javascript

fun's Introduction

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.

fun's People

Contributors

pablovallejo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

fun's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.