https://github.com/ryichk/cafe-shares
this is cafe search and review app api. Rails API on Docker project.
https://github.com/ryichk/cafe-shares
api docker rails ruby
Last synced: 6 months ago
JSON representation
this is cafe search and review app api. Rails API on Docker project.
- Host: GitHub
- URL: https://github.com/ryichk/cafe-shares
- Owner: ryichk
- Created: 2018-04-21T07:14:10.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T22:51:17.000Z (over 3 years ago)
- Last Synced: 2025-04-02T02:47:36.128Z (over 1 year ago)
- Topics: api, docker, rails, ruby
- Language: Ruby
- Homepage:
- Size: 146 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafe Shares
* Ruby version
2.6.0
* Set up Docker
```bash
docker-compose up
```
* System dependencies
* Configuration
* Database creation
```bash
docker-compose run --rm api bundle exec rails db:create
```
* Database initialization
```bash
docker-compose run --rm api bundle exec rails db:migrate
```
* How to run the test suite
```bash
docker-compose run --rm api bundle exec rspec
```
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...