Skip to content

aristotelesbr/rating_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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