Skip to content

BackboneJsBrasil/Backbone4Dummies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone4Dummies

Source code from Backbone4Dummies talk.

Requirements

There are the basic requirements for you application:

  • Git
  • bower 1.3+
  • node v10+
  • npm v2.4+
  • mongoDb

Instalation

  1. First of all, you must clone the source from github in you root.

     git clone git@github.com:zigolis/backbone4dummies.git
    
  2. After that you need to install mongodb.

     Go to http://docs.mongodb.org/manual/installation/
    
  3. Now you can install the project dependencies using bower and npm, go to Backbone4Dummies/

     npm install
    
     bower install
    

How to run ?

  1. Go to api-node folder and run node server.js

  2. In your browser type localhost:8000/01-Initialize (You just need to change the folder path to navigate through the examples)

Made with ❤ by Gabriel Zigolis, Renan Carvalho, Anderson Aguiar and Guilherme Oderdenge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published