Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boost/maintenance-coffee-boost


https://github.com/boost/maintenance-coffee-boost

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Setup

```bash
rbenv install $(cat .ruby-version)
bundle install
yarn install --check-files
rails db:drop db:create db:migrate db:seed

rails server
```

Use the default user provided in `db/seeds.rb` to log in.

## Tests

```bash
RAILS_ENV=test rails db:drop db:create db:migrate db:seed
bundle exec rspec
```