Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alec-c4/testapp_aa
https://github.com/alec-c4/testapp_aa
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alec-c4/testapp_aa
- Owner: alec-c4
- Created: 2023-12-11T10:59:13.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T19:43:59.000Z (8 months ago)
- Last Synced: 2024-04-23T14:53:57.375Z (7 months ago)
- Language: Ruby
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`