/Aberoth-Webpage

Single repository to save a blog page with ruby on rails

Primary LanguageRuby

ABEROTH OFFICIAL WEBPAGE

screenshot

Live view

WebPage Repository

Description

WebPage made with ruby on rails framework with all of the main task from a blog page.

Framework

Ruby on Rails

GEMS

  • Bcrypt
  • Postgres

PROTOCOLS

HTTP

Coded by

MephistoDevelop

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test