Danielshow / Alpha-Blog

Created with Ruby on Rails

Home Page:https://alpha-bloog.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha-Blog

Alpha-blog Created with Ruby on Rails

This Application is a social application for user to create article, comment on article and reach out to larger audience.

  • Users can signup and login
  • Login users can create articles
  • Login users can delete and update articles
  • Users can comment on an article

Ruby version

  • v2.53

Setup

  • CLone this application
  • update database.yml file in the config folder
password=
username=
  • Run rails db:create to create database
  • Run rails db:migrate to run migrations
  • Run bundle install to run all dependencies
  • finally run rails s to start the server
  • visit localhost:3000/ to run queries

Database creation

rails db:create
  • Database initialization

Run migration using

rails db:migrate
  • How to run the test suite
    rspec

Stack

  • Ruby on Rails
  • Materialize CSS

Contribution

  • Clone this Repository and raise a pull request

About

Created with Ruby on Rails

https://alpha-bloog.herokuapp.com/


Languages

Language:Ruby 66.8%Language:HTML 28.6%Language:CSS 2.4%Language:JavaScript 2.3%