Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-alencar/rate-your-boox
https://github.com/isaac-alencar/rate-your-boox
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaac-alencar/rate-your-boox
- Owner: Isaac-alencar
- Created: 2023-03-09T21:12:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T16:08:58.000Z (6 months ago)
- Last Synced: 2024-06-26T19:41:25.615Z (6 months ago)
- Language: Ruby
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Run the project
```sh
#after clone repository
docker compose up -d# 1. before start
bundle install# 2.
yarn install# 3.
./bin/dev# 4.
# access localhost:3000
```This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
- Ruby version
- System dependencies
- Configuration
- Database creation
- Database initialization
- How to run the test suite
- Services (job queues, cache servers, search engines, etc.)
- Deployment instructions
- ...