/tips-to-think

Create a blog with Ruby on Rails.

Primary LanguageRuby

Tips To Think

       

💻 URL

...

✏️ Overview

Create a blog with Ruby on Rails.

🔨 Requirement

  • macOS
  • Docker 20.10.5
  • Rails 6.1.3.1
  • Ruby 2.7.1
  • MySql 5.7
  • Bootstrap
  • Heroku

📌 Usage

Git clone

$ git clone https://github.com/shumatsumoto/tips-to-think.git

Move to directory

$ cd tips-to-think

Rail server & Mysql server start

$ docker-compose up -d
$ (docker-compose build)
$ docker-compose ps

Access URL: http://localhost:3000

🚃 Features

  • Login / Logout / SignUp
  • Article posting
  • Tag filtering
  • Comment posting
ER図

📗 Reference

🐣 Author