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

https://github.com/ishi720/birthdaycalendar

キャラクターの誕生日を表示する
https://github.com/ishi720/birthdaycalendar

devise kaminari rails7 rubocop ruby3 semantic-ui

Last synced: 6 months ago
JSON representation

キャラクターの誕生日を表示する

Awesome Lists containing this project

README

          

# BirthdayCalendar

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/62a302b328bc4285b1d84bc5c61a08ee)](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
```