DCodeMania / user-auth-api-node-mongo-jwt

User Authentication API for SPAs using Node.js, Express, Mongoose, JWT and Bcryptjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication System API Using Node.js, Express, MongoDB, JWT, Bcrypt

Create .env file in the root and declare these env variables

  • PORT - Port number for the server
  • DB_URI - MongoDB connection string
  • JWT_SECRET - Secret key for JWT

About

User Authentication API for SPAs using Node.js, Express, Mongoose, JWT and Bcryptjs


Languages

Language:JavaScript 100.0%