Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.03 KB

File metadata and controls

72 lines (48 loc) · 1.03 KB

Express Auth API

Backend-only authentication API built with Express.js, implementing Register and Login logic. Designed for learning and practice purposes.


Table of Contents


Features

  • Register new users
  • Login existing users
  • delete user
  • Password hashing for security
  • JSON Web Token (JWT) for authentication

Requirements

  • node.js & mongodb installed on your machine.

How to run it

  1. Clone the repository:
git clone https://github.com/badriyassine/auth_api_expressjs.git
  1. Open the folder:
cd auth_api_expressjs
  1. Open terminal: then npm start.
run this commands `npm install`, then `npm start`.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • jwt (JSON Web Tokens)
  • bcryptjs
  • middlewares
  • nodemon

Author


Made by BADRI YASSINE