Skip to content

asagafonov/rails-blog

Repository files navigation

Collective blog app


Code quality status

linter & tests


Project description

Create and like posts in given categories, discuss threads via nested comments within your authorized space. The project uses Rails 7 with Bootstrap for tech stack.


Launch project locally

Set correct versions

16.19.0 for NodeJS
3.1.2 for Ruby

Install dependencies

bundle install
yarn install

Seed database

bin/rails db:seed

Run migrations

bin/rails migrate

Run server

bin/rails server

Visit project locally

http://localhost:3000

Coded by

@asagafonov