Social media platform where users can host meals in their houses and other users can book places on their events.
- Ruby on Rails
- CSS
- SQLite
bundle install
rake db:migrate db:seed
rails s
## User Experience
There are three types of users in this app: hosts, guests and admin. All users need to be loged in to see specific content, if they are loged out they have access to the list of all the events available.
Hosts are able to see their events and respective reviews, they can also create new events.
Guests are able to see their bookings, leave reviews and book events.
The admin user has access to the stats of the website.