Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azurespheredev/seventh_heaven_entertainment


https://github.com/azurespheredev/seventh_heaven_entertainment

Last synced: 2 days ago
JSON representation

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
```