# Description

This is a simple rating app that allows users to rate teachers or any thing else.

# Tech Stack

# Features

## Rate a teacher 🧐

Users can rate a teacher by clicking on the stars and then clicking on the submit button.

Rate a teacher

## View ratings 🔎

Users can view the number of ratings of a teacher by clicking on the view ratings button.

View ratings

## All done ✅

That's it! You can now rate teachers and view the number of ratings of a teacher.

All done

# How to run

Clone the repository

$ git clone https://github.com/aristotelesbr/rating_app.git

Install the dependencies

$ bundle install

Setup the database

$ ruby db/setup.rb

Run the app

$ bundle exec rackup

Open your browser and go to

http://localhost:4567

That's it! You can now rate teachers and view the number of ratings of a teacher.🥳

© Aristóteles Coutinho ☕️