Skip to content

Basic and simple Rails API with CRUD operations

Notifications You must be signed in to change notification settings

belgoros/draft-api

Repository files navigation

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.

About

Basic and simple Rails API with CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages