This is an API mimicking a basic version of Instagram's backend. It is an HTTP json API capable of operations such as:
- Is a POST request
- URL: '/users'
- Is a GET request
- URL: '/users/'
- Is a POST request
- URL: '/posts'
- Is a GET request
- URL: '/posts/'
- Is a GET request
- URL: '/posts/users/'
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: