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.
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
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/
If you would like to check my blog, here is My Blog and Walkthrough video
This is my third project for ruby on rails. If you're interested in changing, please feel free to contact me at [email protected]
This project is licensed under the terms of the MIT License