This is a simple CRUD Rails API application using active-model-serializer
.
- CRUD operations for a simple
Post
model - file uploads with ActiveStorage to AWS S3
- install dependencies by running
bundle
- run
rails db:setup
to run the migrations and populate with some Posts data (seeseeds.rb
) file.
- figaro to manage secrets and easy upload variables to Heroku
- aws-sdk-s3 to upload files to AWS S3
The API is deployed to Heroku free stack.