Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.04 KB

readme.md

File metadata and controls

60 lines (36 loc) · 1.04 KB

Rating App

Test

Description

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

Features

Users can rate teachers

rate a teacher

Users can view the number of ratings of a teacher

View rating

Technologies

  • Ruby
  • Rack

How to use

  • Clone the repository
git clone https://github.com/aristotelesbr/rating-app.git
  • Go to the project directory
cd rating-app
  • Install the dependencies
bundle install
  • Create the database
rub db/setup.rb
  • Run the app
bundle exec rackup
  • Open your browser and go to http://localhost:9292

Author

👤 Aristoteles Coutinho