ArtCC / apiCars

Example of API with Node.js with JWT authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of API with Node.js with JWT authentication

Example of backend in Node.js with information about users, cars, companies and car sales.

This is a basic exercise for the development of a Node.js backend with JWT authentication.

Install modules with npm install.

Use:

export SECRET_KEY_JWT_API_CARS=YOUR_PASWORD_FOR_JWT_MODULE

in terminal for add global variable for JWT.

LICENSE

This project is free and use CC BY-NC-SA.

This license lets others remix, tweak, and build upon your work without for commercial purposes, as long as they credit you and license their new creations under the identical terms.

THANK YOU!

I hope you like it!

ArtCC 2020++

About

Example of API with Node.js with JWT authentication


Languages

Language:JavaScript 100.0%