This is a simple rating app that allows users to rate teachers or any thing else.
- Ruby
- Rack
- 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
👤 Aristoteles Coutinho