Skip to content

rilian/js_course_2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Course test project

Application represents an Address Book with grouped contacts

Build Status Coverage Status

Functional requirements

  • I want to be able to add/edit/delete contacts
  • I want to be able to search by name/surname match through my contacts
  • I want to be able to group my contacts
  • I want to be able to search by group through my contacts
  • I want to be able to put any contact in any group (contact can be in only one group)

Additional requirements (optional)

  • It should work like one page WEB application and should use AJAX technology, load and submit data without reloading a page.
  • It should have client side and server side validation.
  • It should have user authentication solution and a user should only have access to their own contacts.
  • It should have automated tests for all functionality.

Deploying to Heroku

git remote add heroku git@heroku.com:js-course-2013-rilian.git
git push heroku master

open http://js-course-2013-rilian.herokuapp.com/

About

js_course_2013 by codeangels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published