使用golang Gin Framework和MongoDB创建一个简单的Restful API

I need to create simple restful API using golang Gin framework and using MongoDB i'm new to golang and Gin framework. Is are any tutorial or any sample code i can refer?

You can have this as a reference

Understanding the Architecture of Gin and its flow of Working

Here is the Demo and tutorials of doing things with it. Golang Tutorial and Demo And here is the Official Doc for it

You may fork them from here GitHub Repo and Start to work on it & can also contribute to the framework.

Thanks