Skip to content

samaronybarros/jwt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jwt-app

Introduction

This is repository is the result of the tutorial to how creating a NodeJS application using JWT(https://medium.com/swlh/authentication-how-to-create-a-nodejs-application-using-jwt-cee8bc5a89fe)

What you should install?

For this project, I decided to use Express.js, Node.js and JSON Web Tokens.

Download

You can download the folder on my GitHub or you can do this directly on this link.

If you have git installed on your PC, you just need do as follow:

$ git clone https://github.com/samaronybarros/jwt-app.git

Setting up the App

If you have all the prerequisites installed you should verify if your MongoDB is up.

$ cd jwt-app
$ cd server
$ yarn install
$ nodemon index.js

Releases

No releases published

Packages

No packages published