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

https://github.com/takapi327/eat-hp


https://github.com/takapi327/eat-hp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# README

This README would normally document whatever steps are necessary to get the
application up and running.

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

* ...

## owners????

|Column|Type|Options|
|------|----|-------|
|e-mail|string|null:false|
|password|string|null:false|
|re_password|string|null:false|

### Association

## menus????

|Column|Type|Options|
|------|----|-------|
|name|string|null:false|
|price|integer|null:false|
|content|text|null:false|

### Association
- has_many :images

## images????

|Column|Type|Options|
|------|----|-------|
|menu_id|references|null:false|
|image|text|null:false|

### Association
- belongs_to :menu