From 7edd39b0a59ea6174c55c6ce9b530cf6cdbe703d Mon Sep 17 00:00:00 2001 From: Mahesh Bhanushali Date: Mon, 30 Apr 2018 03:54:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf771d0..995bada 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction * In this tutorial we will be developing simple REST API for movies collection with their released date. We gonna implement simple CRUD(Create, Read, Update and Delete) operations on movie collection data in our journey. -* Refer medium article for complete tutorial +* Refer medium article for complete [tutorial](https://medium.com/@bhanushali.mahesh3/building-a-restful-crud-api-with-node-js-jwt-bcrypt-express-and-mongodb-4e1fb20b7f3d) ## Requirements * Node, NPM & MongoDB