This is a Rails blog for sharing drafts in my mind.
User can perform CRUD operation such as create/view/update/delete users, articles and categories.
Visit the blog: https://omega-blog-2020.herokuapp.com/
- Ruby 2.7.2
- Rails 6
- Bootstrap 4
- Download zip file via
https://github.com/nvdai2401/omega-blog
or type this command into your terminalgit clone [email protected]:nvdai2401/omega-blog.git
- In
omega-blog
directory, runyarn
to install essential JavaScript dependencies - Run
bundle install
to install the dependencies specified in your Gemfile - Run
rails db:migrate
to run the DB migrations - Run
rails server
to start the web app. The app will run atlocalhost:3000