deepakg202 / expressjs-api-example

Expressjs API Example for basic JWT authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expressjs API Example

Simple Expressjs api server with user creation and jwt authentication

Usage

  • Run yarn or npm install
  • Run yarn run server or npm run server

Note

  • You can change MONGO_DB_URI variable in .env file
  • Delete yarn.lock if using npm

About

Expressjs API Example for basic JWT authentication


Languages

Language:JavaScript 98.6%Language:Shell 1.4%