Skip to content

badriyassine/auth_api_expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

Authentication of register & login created using express js and mongodb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors