Skip to content

Demo app for Backbone.js on Rails with cucumber and Jasmine tests

Notifications You must be signed in to change notification settings

DutchTraveller/chat_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat app

This is a demo backbone application.

Specification

Users chat with other users.

You can login with any name, it's stored in the session. User.find_or_create_by_name

User: [id, name] Room: [id, name] Message: [id, user_id, room_id, body]

Features:

As a user: I can login I can see a list of the rooms I can create a new room I can view an individual room I can see the messages in a room I can send a new message in a room

About

Demo app for Backbone.js on Rails with cucumber and Jasmine tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published