Skip to content

pringshia/marionette-meeting-booker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Booker

Description

A simple meeting booker built on top of Marionette and Backbone.

Meeting Booker

Steps to Get the App Set Up

  1. Install Node: instructions here
  2. Fork this repo
  3. Clone it down locally
  4. In your terminal, run npm install
  5. In your terminal, run gulp. If you make any changes to any JavaScript files under the public/javascripts folder or any Stylus files under the public/stylesheets folder, Gulp will recompile your changes. Refresh your browser to see them.

Steps to Get the App Running

  1. Follow the setup steps above
  2. In a new terminal, run node ./bin/www to launch the app
  3. Check out the app at localhost:3000

Steps to Run the Tests

  1. Follow the setup steps above

  2. Open test/index.html in a browser. You should see this:

    test runner

  3. Refresh the page to re-run tests

Client-Side Tech / Libs

Server-Side Tech / Libs

Testing Tech / Libs

Other External Libs

MongoDB Version

  • There's a variation of this app that lets you persist to a database on the mongodb branch

About

Simple CRUD Marionette app for booking meetings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • JavaScript 49.1%