Skip to content

chay-chay/cafe-review-rails-project

Repository files navigation

Cafe verdict

Cafe Verdict is an application that allows users to rate cafes base upon their experiences and perceptions of cafes they have visited. Before you check out or give reviews, you have to sign up and login to access the program.

Installation

To get started, you need to run the script below.

$ bundle install

First you have to run belows script to create schema.

$ rails db:migrate

Then type this script the populate the database.

$ rails db:seed

Get started!

If you would like to run the server, type the below script

$ rails s

Then type this script into the browser to run local server

$ http://localhost:3000/

My blog & Walkthrough video

If you would like to check my blog, here is My Blog and Walkthrough video

Contributors

This is my third project for ruby on rails. If you're interested in changing, please feel free to contact me at chayanit.chaisri@gmail.com

License

This project is licensed under the terms of the MIT License