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