Skip to content

asagafonov/rails-bulletin-board

Repository files navigation

Code quality status:

linter & tests

Project description

Bulletin board app. Allows to create bulletins. Has admin space to control and moderate bulletin drafts. Has built-in search and pagination. Auth via GitHub.


Launch project locally

Set correct versions

16.19.0 for NodeJS
3.1.2 for Ruby

Install dependencies

bundle install
yarn install

Seed database

rails db:seed

Run migrations

rails migrate

Run server

rails server

Visit project locally

http://localhost:3000

Don't forget to make yourself admin for full experience


Coded by

@asagafonov