NodeJS MongoDB Security and Authentication

In the previous tutorial, we have successfully created a simple CRUD using NodeJS API. We will go further based on the previous code that we have made to create the security and authorization method using JSON Web Token(JWT) and Hashing. Setting Up the User Model Installing NPM Validator Module We will modify the User model Read more about NodeJS MongoDB Security and Authentication[…]

NodeJS dan MongoDB : Membuat CRUD API Sederhana

Di tutorial ini, saya akan membagikan cara membuat Aplikasi To Do menggunakan Rest API NodeJS. Untuk databasenya, kita akan menggunakan MongoDB. Kita juga akan menggunakan mongoose, sebuah library javascript untuk memudahkan kita bekerja dengan MongoDB. Install MongoDB Buka https://www.mongodb.com/ dan pilih Product – Software – MongoDB Server kemudian download file berdasarkan sistem operasi yang digunakan. Read more about NodeJS dan MongoDB : Membuat CRUD API Sederhana[…]

NodeJS and MongoDB : Basic CRUD Rest API

In this tutorial, I will share how to create a simple To Do Application using NodeJS Rest API. We will perform the CRUD operation using MongoDB for our database. We also will be using mongoose, a javascript library to make us easier to work with MongoDB. Installing MongoDB Go to https://www.mongodb.com/ and choose Product – Software Read more about NodeJS and MongoDB : Basic CRUD Rest API[…]