Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alec-c4/testapp_aa


https://github.com/alec-c4/testapp_aa

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Dependencies

1. [rbenv](https://github.com/rbenv/rbenv)
2. ruby 3.2.2 - `rbenv install 3.2.2`
3. sqlite3
4. redis - `brew install redis`

## Installation

1. `bundle install`
2. `yarn install`
3. `rails db:create`
4. `rails db:migrate`
5. `make test`
6. `make run`