Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 255 Bytes

File metadata and controls

14 lines (11 loc) · 255 Bytes

user_server-node-jwt

Server-side authentication using JSON Web Tokens

Getting Started

  1. Clone this repository and install the node dependecies with:
    npm install
    
  2. Run development server with:
    nodemon src/app.js