Skip to content

nvdai2401/omega-blog

Repository files navigation

Omega Blog

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/

Requirements

Tech stack

  • Ruby 2.7.2
  • Rails 6
  • Bootstrap 4

Installation guide

  1. Download zip file via https://github.com/nvdai2401/omega-blog or type this command into your terminal git clone [email protected]:nvdai2401/omega-blog.git
  2. In omega-blog directory, run yarn to install essential JavaScript dependencies
  3. Run bundle install to install the dependencies specified in your Gemfile
  4. Run rails db:migrate to run the DB migrations
  5. Run rails server to start the web app. The app will run at localhost:3000

Demo pictures