This is the app created during Software Engineering classes. You can follow all the steps explained during classes by looking the commit history.
You must have installed ruby (version 2.6.6) and rails (version 5.2) according the classes guides.
git clone https://github.com/IIC2143-2021-1/ejemplo-rails.git
cd ejemplo-rails/
bundle install
This will create all the tables in the database.
rails db:migrate
This will populate the database to have some initial values.
rails db:seed
rails s
Go to your favorite browser(Chrome, Firefox, Safari, etc) and navigate to http://localhost:3000/
Run from your terminal
rails spec