Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 945 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 945 Bytes

Appointy-API ✨

This is an API mimicking a basic version of Instagram's backend. It is an HTTP json API capable of operations such as:

Operations

Creating a User 🤵

  • Is a POST request
  • URL: '/users'

Fetching userID 🤵

  • Is a GET request
  • URL: '/users/'

Creating Post 📭

  • Is a POST request
  • URL: '/posts'

Fetching postID 📭

  • Is a GET request
  • URL: '/posts/'

Show user's all posts 📭

  • Is a GET request
  • URL: '/posts/users/'

Dependencies ⚙

All the direct and indirect dependencies required along with the version is listed in go.mod file. The checksum present in go.sum file is used to validate the checksum of each of direct and indirect dependency to confirm that none of them has been modified. Imported packages include: