Skip to content

BorjaIP/Apirest-Nodejs-Mongo

Repository files navigation

Simple APIREST with NodeJS, Express and MongoDB

Components

Mongoose

Used for MongoDB object modeling.

Bcrypt

Lib to help you hash passwords.

Jwt-simple

JWT method for representing claims securely between two parties.

Moment

A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.

Pug

Awesome template engine.

Avatar

Request the avatar from gavatar. Get the image and the email in md5 hash.

Crypto-JS

Used for the hash of email in md5. See the API.

Postman

I use Postman for probe the API.