Skip to content

eLburro/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#eL burro's Scrum Board

You will find the example scrum board on heroku

This Scrum Board uses different technology stacks:

Server

Node js and express js were used to build the main web application framework. Additional modules were installed with node's package manager npm.

MVC

Backbone was used in first place to create collections, models and views. Underscore was helping backbone with utility methods for collections or templating.

Templates

Jade was used for creating template files for the HTML.

Persistance

To save the todo items of the scrum board persistance an open source document based storage was used. With the help of mongoose could the node application easily acces the database over the REST API. You find the API of this scrum board available under /api/todos.

Testing

The QUnit testing framework provides differend tools to test your web application. The tests will can be accessed over /test.

About

School project for ""Web Engineering"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published