Skip to content

smakosh/first-rails-api

Repository files navigation

CRUD Rails REST API

  • Create post
    • /api/v1/posts
  • Read posts
    • /api/v1/posts
  • Get post by ID
    • /api/v1/posts/:id
  • Update post by ID
    • /api/v1/post/:id
  • Delete post by ID
    • /api/v1/posts/:id

About

First CRUD rails REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published