ashawareb / alpha-blog

Blogging website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha-blog

Alpha-blog is a blogging website that has the following functionalities:

User:

  • Sign up, log in, and log out
  • Create a new article
  • Edit existing article
  • Delete article
  • Edit profile

Admin:

admin has the same user functionalities in addition to:

  • Edit all articles
  • Delete all articles
  • Delete users

Technologies used:

  • Ruby on Rails 6.1.3
  • SQLite 3
  • Bootstrap 4.6

Install dependencies

$ bundle install

Run migration

$ rails db:migrate

About

Blogging website


Languages

Language:Ruby 61.9%Language:HTML 30.5%Language:JavaScript 5.8%Language:CSS 1.8%