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
- Host: GitHub
- URL: https://github.com/leobagua/rails-api-template
- Owner: leobagua
- Created: 2020-07-25T15:15:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T21:25:58.000Z (about 3 years ago)
- Last Synced: 2025-02-02T10:43:40.309Z (about 1 year ago)
- Language: Ruby
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```