Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryichk/matching-app-api
- Owner: ryichk
- Created: 2021-03-24T13:56:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T17:02:06.000Z (over 3 years ago)
- Last Synced: 2024-12-16T23:12:01.935Z (20 days ago)
- Topics: api, docker, docker-compose, rails-api, rails6, rspec, ruby3
- Language: Ruby
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```