/InstagramAPIClone

Task by Appointy.Instagram Api Clone using Go.

Primary LanguageGo

InstagramAPIClone

Instagram Api Clone using Go. The api has following routes
POST ‘/users' - create new users
GET ‘/users/’ - get users from their id
POST ‘/posts' - create new post
GET ‘/posts/’ - get post from post id
GET ‘/posts/users/' - get all posts by a user.The response is paginated

Tech Stack:Go,MongoDB

The entities are present in models package and handler functions in controller package. main.go is the entry point. Tests in all_test.go file using testing standard library.

Task given by Appointy.