...
Create a blog with Ruby on Rails.
- macOS
- Docker 20.10.5
- Rails 6.1.3.1
- Ruby 2.7.1
- MySql 5.7
- Bootstrap
- Heroku
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
- Login / Logout / SignUp
- Article posting
- Tag filtering
- Comment posting