An application that allows to keep track of orders in a car service.
- Ruby '3.0.0'
- Rails '7.0.3'
- Gem caxlsx_rails
- Gem rails-i18n
- Gem bulma-rails
To use the code:
- Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
- Download the repository using the instruction.
- In the command line go to the directory with the files downloaded:
cd autoservice
- Install all necessary gems:
bundle install
- To run migrations:
bundle exec rails db:migrate