Skip to content

ExpressJS with JWT Authentication

Notifications You must be signed in to change notification settings

TerhubungID/express-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Nodejs + Expressjs + JWT Token

Getting Started

Application Programming Interface for TerhubungID .
├── app # The code folder is used for custom modules.
│ ├── modules # Default modules directory
│ └── MODULE_NAME
│ └── controllers # Acts the logic
│ └── models # Get Data from database
├── config # Default config files of app (database, jwt-token,etc)
├── libs # Default third-party / custom library
├── index.js # Default index and server files
├── package.json # All dependencies is here
├── LICENSE
└── README.md
.

Prerequisites

  • Nodejs v8.11.3
  • npm 5.6.0
  • Mongodb v4

Installing

Simple, just give this command

npm install

to install all package

Running the tests

nodemon start

How to commit and push ?

Commit and push into your branch

git checkout -b YOURNAME
git commit -am "YOUR MESSAGES/LATEST MODIFICATION"
git push

About

ExpressJS with JWT Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published