sherwyn11 / Auth_boilerplate

A token-based user authentication boilerplate for Node.js using JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth_boilerplate

A token-based user authentication boilerplate for Node.js using Express.js and JWT.

Getting Started

  1. Clone the repository
git clone https://github.com/sherwyn11/Auth_boilerplate.git
  1. Download required npm packages
cd Auth_boilerplate
npm install
  1. Start your MongoDB Server

  2. Start the server

npm run dev

Dependencies

  • Node.js
  • npm
  • Nodemon
  • Express.js
  • JSON-Web-Token
  • BcryptJS
  • Mongoose
  • Validator
  • Postman(For testing)

License

License: MIT

MIT License Link



© 2020 Sherwyn D'souza

About

A token-based user authentication boilerplate for Node.js using JWT

License:MIT License


Languages

Language:JavaScript 100.0%