https://github.com/ishi720/birthdaycalendar
キャラクターの誕生日を表示する
https://github.com/ishi720/birthdaycalendar
devise kaminari rails7 rubocop ruby3 semantic-ui
Last synced: 6 months ago
JSON representation
キャラクターの誕生日を表示する
- Host: GitHub
- URL: https://github.com/ishi720/birthdaycalendar
- Owner: ishi720
- Created: 2024-05-10T14:10:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T14:17:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T14:15:16.337Z (over 1 year ago)
- Topics: devise, kaminari, rails7, rubocop, ruby3, semantic-ui
- Language: Ruby
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BirthdayCalendar
[](https://app.codacy.com/gh/ishi720/BirthdayCalendar/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
## 概要
キャラクターの誕生日をカレンダーに登録します
## 環境
```
$ ruby -v
ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt]
$ rails -v
Rails 7.1.3.2
```
## セットアップ
```bash
# パッケージインストール
$ bundle install
# DBマイグレート
$ rails db:migrate
# 起動
$ rails s
```