This is the Rails API boilerplate project. It contains a
- docker file
- Circle CI configs
- Authors, and Books models
- Need removed for prod ./app/controllers/authors_controller + books_controller
- Need removed for prod ./app/models author + book
- Database seeds
- Need removed for prod ./db/seeds.rb
- Database Migrations
- Need removed for prod ./db/migrate/*
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...