Skip to content

Bristle is a career portfolio builder. This is the back end server built with Ruby on Rails.

Notifications You must be signed in to change notification settings

danrice92/bristle-rb

Repository files navigation

Bristle RB

Bristle is a personal career portfolio builder. This is the Rails API.

Prerequisites

Ensure that you have the following technologies installed on your machine and that you are familiar with them.

Installation

  • git clone [email protected]:danrice92/bristle-rb.git
  • rbenv install 2.6.8
  • gem install bundler
  • I recommend using the Postgres app, rather than Homebrew, for installing Postgres. Add this to your PATH: export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH". This will make the pg gem install correctly.
  • bundle
  • bin/rails db:setup

Start the server

  • bin/rails s

Start the console

  • bin/rails c

Run tests

  • bin/rspec spec

About

Bristle is a career portfolio builder. This is the back end server built with Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published