Basic JSON CRUD API in Golang using Gin and GORM. App created by following this tutorial. ├── go.mod ├── go.sum ├── models │ └── postModel.go ├── controllers │ └── postsController.go ├── initializers ...
A secure and modular CRUD interface for the AAC MongoDB 'animals' collection. This class provides validated and logged CRUD operations while following software engineering best practices for CS 499 ...