Skip to content

rmzse/slow_food_sinatra_nov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlowFood (Sinatra)

Our client is a Restaurant owner that needs an website where he can list his menu and allow visitors to place orders.

Scope (v1)

The first version of the application has limited functionality

  • The owner need to access a protected part of the application to set up information about his Restaurant and his Menu
  • Menu needs to consist of many Dishes
  • Each Dish is a Starter, Main course or Dessert
  • Visitors of the site can add Dishes to an Order
  • Order need to calculate a Total price and a Pick up time (30 minutes)

Nothing else should be considered or implemented.

Tools

  • Sinatra as web framework
  • Foundation6 as CSS framework
  • PostgreSQL for database
  • Warden for user authentication
  • Cucumber for acceptance tests
  • RSpec for unit tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.9%
  • HTML 9.1%