Backend API using Go

following routes are supported

  1. '/' -> Home
  2. '/users' -> Create a User
  3. '/users/' -> Get User by ID
  4. '/posts' -> Create a Post
  5. '/posts/' -> Get Post by ID
  6. '/posts/users/ -> Get All Posts

To Run, Simply : " go run . "