Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tinawebdev/autoservice

An application that allows to keep track of orders in a car service
https://github.com/tinawebdev/autoservice

bulma caxlsx-rails rails rails7

Last synced: 6 days ago
JSON representation

An application that allows to keep track of orders in a car service

Awesome Lists containing this project

README

        

# Autoservice
An application that allows to keep track of orders in a car service.

## Demo
[autoservicetest.herokuapp.com](https://autoservicetest.herokuapp.com/)

## Used in this build
* Ruby '3.0.0'
* Rails '7.0.3'
* Gem caxlsx_rails
* Gem rails-i18n
* Gem bulma-rails

## Installation
To use the code:

1. Open Terminal and change the current working directory to the location where you want the cloned directory to be made.
2. Download the repository using the [instruction](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
3. In the command line go to the directory with the files downloaded:
```
cd autoservice
```
4. Install all necessary gems:
```
bundle install
```
5. To run migrations:
```
bundle exec rails db:migrate
```