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

https://github.com/nemuba/ticket_app

Ticke App
https://github.com/nemuba/ticket_app

bootstrap export hotwire import rails redis ruby ticket

Last synced: 3 months ago
JSON representation

Ticke App

Awesome Lists containing this project

README

          

# Ticket App

![Image](image.png)

## Config

* Rails: 7.0.3
* Devise: 4.8.2
* Rspec
* ShouldaMatchers
* FactoryBotRails
* Bootstrap: 5.1
* Postgres: 14.4

## Setup

* Install dependencies

```ssh
bundle install
```

```ssh
yarn install
```

* Create, migrate and seed database:

```ssh
rails db:create db:migrate db:seed
```

* Run project

```ssh
bin/dev
```