Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boost/coffee-boost
https://github.com/boost/coffee-boost
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boost/coffee-boost
- Owner: boost
- Created: 2021-06-01T23:31:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T02:44:04.000Z (over 1 year ago)
- Last Synced: 2024-04-18T11:31:06.811Z (9 months ago)
- Language: Ruby
- Size: 703 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:seedrails 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
```