Bristle is a personal career portfolio builder. This is the Rails API.
Ensure that you have the following technologies installed on your machine and that you are familiar with them.
git clone git@github.com:danrice92/bristle-rb.gitrbenv install 2.6.8gem 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 thepggem install correctly. bundlebin/rails db:setup
bin/rails s
bin/rails c
bin/rspec spec