This is a simple crud backend implemented in go for demonstration purpose.
Click here to see more info on this repo
The scope of the repo is limited to creating a simple todo service using Go(Gin). It doesn't have any db connections. To mock the database operations a simple variable is used.
If you want to contribute to this repo, please create a issue and pull request.
To access the postman collection use the link here