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
- Host: GitHub
- URL: https://github.com/nemuba/ticket_app
- Owner: nemuba
- Created: 2022-09-28T20:29:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T22:38:29.000Z (over 3 years ago)
- Last Synced: 2025-04-11T11:45:29.540Z (about 1 year ago)
- Topics: bootstrap, export, hotwire, import, rails, redis, ruby, ticket
- Language: Ruby
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ticket App

## 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
```