Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damienpuig committed Feb 17, 2015
1 parent 6c71ce7 commit 4fb489f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
@@ -1,18 +1,10 @@
La Fourchette 2012
==================

"La Fourchette" is an application that manages the relation between clients, plates and Chefs in a Restaurant environment.
Clients enter in the restaurant, can book plates from the table and can see (status) in real time (Long Polling) the preparation.
Backbone app that Manages restaurant orders.

The project is composed of 2 majors Layers:

- A Ruby-On-Rails Application: RESTful service from clients, Html-Based client with Long-Polling for Chefs and waiters.
- A Backbone.js Application using REST for Clients.

The Client application, using Backbone.js, is written in CoffeeScript.

The project is fully workable, but has been developed only for SUPINFO University purposes, and didn’t have expectations such as:

- Strong Database Design (Relational + Non-Relational)

- Continuous Integration Plan (Tests and Deployment)
- Coffeescript

0 comments on commit 4fb489f

Please sign in to comment.