Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryichk/cafe-shares
- Owner: ryichk
- Created: 2018-04-21T07:14:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T22:51:17.000Z (over 1 year ago)
- Last Synced: 2024-10-09T02:41:27.553Z (29 days 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
* ...