Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tinawebdev/autoservice
- Owner: tinawebdev
- Created: 2022-07-09T13:58:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T14:18:25.000Z (over 2 years ago)
- Last Synced: 2023-10-17T15:29:01.637Z (about 1 year ago)
- Topics: bulma, caxlsx-rails, rails, rails7
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```