An open API service indexing awesome lists of open source software.

https://github.com/royalicing/rails-cafe


https://github.com/royalicing/rails-cafe

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cafe on Rails

## User stories

### Seller

- In order to communicate with customers, as a seller I want to present my menu to people
- In order to make a sale, as a seller I want to exchange items for money
- In order to keep my stock up to date, as a seller I want bought items to be tracked
- In order to keep my stock up to date, as a seller I want see which stock needs replenishing

### Patron

- In order to buy what I desire, as a patron I want to see a menu of available drinks and food
- In order to consume drinks/food, as a patron I want to order and purchase drinks/food
- In order to quicken my purchasing process, I would like to prepurchase bulk credit for items and later purchase using those credits

## Technical

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...