Go and MongoDB REST API for Beginners (#3 – Validation)



Go and MongoDB REST API for Beginners (#3 – Validation)

Go and MongoDB REST API for Beginners (#3 - Validation)

In part 3 of the Go and MongoDB REST API for Beginners series, you’ll learn how to:
– Add validation to your requests
– Customize your validator to include custom messages and tag names
– Create a reusable function to return validation errors to the API client
– Implement validation functionality with a register user handler function

🖥️ Repository (source code)
https://github.com/webdevfuel/go-mongodb-rest-api

Comments are closed.