https://github.com/royalicing/waterbnb
https://github.com/royalicing/waterbnb
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royalicing/waterbnb
- Owner: RoyalIcing
- Created: 2017-04-28T04:28:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T01:22:14.000Z (about 9 years ago)
- Last Synced: 2025-03-12T09:45:02.264Z (over 1 year ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* ...
## Migrations
- rails g scaffold Listing title:string host:references price:decim
al long:decimal lat:decimal address city state country_code
max_guests:integer rooms:integer beds:integer shared:boole
an min_nights:integer description:text
- rails g scaffold Booking guest:references listing:r
eferences check_in_at:date check_out_at:date guest_count:in
teger stripe_charge_id:string special_requirement:text