Skip to content

Apponity Task 1: Developing basic version of Instagram's backend

License

Notifications You must be signed in to change notification settings

Parichay-Singh/Appointy-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Apponity Task 1: Developing basic version of Instagram's backend

Topics

Resources

License

Stars

Watchers

Forks

Languages