Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryichk/matching-app-api

this is matching application api. created by rails on docker.
https://github.com/ryichk/matching-app-api

api docker docker-compose rails-api rails6 rspec ruby3

Last synced: 15 days ago
JSON representation

this is matching application api. created by rails on docker.

Awesome Lists containing this project

README

        

# Matching App API README

This README would normally document whatever steps are necessary to get the
application up and running.

## Set Up

```sh
$ docker-compose up -d
```

## Database initialization

```sh
$ docker-compose run --rm api bundle exec rails db:prepare
```

## Run bundle install

```sh
$ docker-compose run --rm api bundle install
```
## How to run the test suite

```sh
$ docker-compose run --rm api bin/rspec
```