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

https://github.com/leobagua/rails-api-template

A simple base Rails Api template
https://github.com/leobagua/rails-api-template

Last synced: about 1 month ago
JSON representation

A simple base Rails Api template

Awesome Lists containing this project

README

          

# Rails API Template

### Ruby version:
```ruby
2.7.1
```

### Rails version
```ruby
6.0.3.2
```

### Database
```ruby
PostgreSQL
```

### Run
```bash
rails db:create db:migrate && rails s
```

### Run with Docker
```bash
docker-compose up --build
```