Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 659 Bytes

Rails API application

This is a simple CRUD Rails API application using active-model-serializer.

Available features

  • CRUD operations for a simple Post model
  • file uploads with ActiveStorage to AWS S3

Setup

  • install dependencies by running bundle
  • run rails db:setup to run the migrations and populate with some Posts data (see seeds.rb) file.

Used gems

Deployment

The API is deployed to Heroku free stack.