Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
/ music-reviews Public archive

音楽を検索して試聴できるレビューサイト

License

Notifications You must be signed in to change notification settings

tetzng/music-reviews

Repository files navigation

MusicReviews

CircleCI codecov MIT License

音楽を聴いてレビューするサイト

Description

SpotifyAPIを使用した音楽レビューサイト。 環境構築にDockerを使用し、AWS ECS / Fargateでデプロイ

DEMO: MusicReviews TOP Page

Features

  • Dockerを使用した環境構築
  • AWS ECS / Fargateにデプロイ
  • データベースにRDSを使用
  • ActiveStorageを使用しAWS S3への画像アップロード
  • SpotifyAPIを使用
  • RSpecを使った単体テスト
  • CircleCIによる自動テスト

Architecture Diagram

architecture-diagram

Docker Images

  • ruby:2.6.5-alpine3.10
  • mariadb

Version

  • Ruby 2.6.5
  • Rails 5.2.3

Installation

$ git clone https://github.com/tetzng/music-reviews.git
$ cd music-reviews
$ docker-compose build
$ docker-compose up

Author

@tetzng

License

MIT