From 7cd78df9e35206a8148fe25560dbd62a5b1ecd32 Mon Sep 17 00:00:00 2001 From: kataras Date: Thu, 2 Nov 2017 23:33:26 +0200 Subject: [PATCH] Add Iris + MongoDB tutorial written by @santoshanand Former-commit-id: c12c873be246e0779331ab57f86db2deac6f6d3c --- CONTRIBUTING.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b0491b3..2e34380c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,7 @@ Instructions can be found at: https://github.com/kataras/iris/issues/796 Write an article about Iris in https://medium.com , https://dev.to or if you're being a hackathon at https://hackernoon.com, some examples: +* [Iris Go Framework + MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c) * [How to build a file upload form using DropzoneJS and Go](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991) * [How to display existing files on server using DropzoneJS and Go](https://hackernoon.com/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19) * [Iris Go vs .NET Core Kestrel in terms of HTTP performance](https://hackernoon.com/iris-go-vs-net-core-kestrel-in-terms-of-http-performance-806195dc93d5) diff --git a/README.md b/README.md index fb70e91f..360c420b 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ If you're coming from [nodejs](https://nodejs.org) world, Iris is the [expressjs * [Tutorial: Online Visitors](_examples/tutorial/online-visitors) * [Tutorial: Caddy](_examples/tutorial/caddy) * [Tutorial: DropzoneJS Uploader](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991) + * [Tutorial:Iris Go Framework + MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c) * [Middleware](middleware/) * [Dockerize](https://github.com/iris-contrib/cloud-native-go) * [Contributing](CONTRIBUTING.md) @@ -1009,6 +1010,7 @@ Congratulations, since you've made it so far, we've crafted just for you some ne > Don't forget to prepare yourself a cup of coffee, or tea, whatever enjoys you the most! +* [Iris Go Framework + MongoDB](https://medium.com/go-language/iris-go-framework-mongodb-552e349eab9c) * [How to build a file upload form using DropzoneJS and Go](https://hackernoon.com/how-to-build-a-file-upload-form-using-dropzonejs-and-go-8fb9f258a991) * [How to display existing files on server using DropzoneJS and Go](https://hackernoon.com/how-to-display-existing-files-on-server-using-dropzonejs-and-go-53e24b57ba19) * [Iris, a modular web framework](https://medium.com/@corebreaker/iris-web-cd684b4685c7)