Small project made for a Software Engineering course at UNLP.
- Ruby: 3.2.2
- Rails: 7.0.4
The following steps should be enough to get the app running:
-
Make sure you have the specified Ruby on Rails versions installed.
-
Clone the repository
-
Run the following commands:
cd combi-19
bundle install
bin/rails db:migrate
bin/rails webpacker:install
yarn install
- Run rails server with
bin/rails s