Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryichk/event-notif-app
https://github.com/ryichk/event-notif-app
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryichk/event-notif-app
- Owner: ryichk
- Created: 2022-09-24T08:35:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T05:01:22.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:14:17.505Z (over 1 year ago)
- Language: Ruby
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
* Ruby version: 3.1.2
* Rails version: 6.0.6
* Elasticsearch version: 7.16.3
## Bundle install
```sh
bundle install
```## DB及びテーブルの作成
```sh
bin/rails db:migrate
```## Railsサーバー起動
```sh
bin/rails s
```## Elasticsearch起動
```sh
docker-compose up
```## 自動テストの実行
```sh
bundle exec rspec
```## 静的解析
```sh
bundle exec rubocop
```