Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurespheredev/seventh_heaven_entertainment
https://github.com/azurespheredev/seventh_heaven_entertainment
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azurespheredev/seventh_heaven_entertainment
- Owner: azurespheredev
- Created: 2024-06-15T10:39:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T10:39:29.000Z (5 months ago)
- Last Synced: 2024-11-12T10:48:34.361Z (2 days ago)
- Language: Ruby
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Dependencies
- ruby 3.2.1
- rails 7.1.3
- redis
- postgres## Setup
```
bundle install
```setup the db and load the seeds
```
bundle exec rails db:setup
```Run the testsuite with documentation
```
bundle exec rspec -fd
open coverage/index.html
```or start the webserver and sidekiq
```
foreman start
```