Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

this is cafe search and review app api. Rails API on Docker project.

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

* ...