Backend-only authentication API built with Express.js, implementing Register and Login logic. Designed for learning and practice purposes.
- Register new users
- Login existing users
- delete user
- Password hashing for security
- JSON Web Token (JWT) for authentication
- node.js & mongodb installed on your machine.
- Clone the repository:
git clone https://github.com/badriyassine/auth_api_expressjs.git- Open the folder:
cd auth_api_expressjs- Open
terminal: thennpm start.
run this commands `npm install`, then `npm start`.- Node.js
- Express.js
- MongoDB
- jwt (JSON Web Tokens)
- bcryptjs
- middlewares
- nodemon
Made by BADRI YASSINE