Skip to content

anshumaan69/authentication-system-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Authentication System API

A simple authentication API with features like user registration, login, logout, and email verification.
Registration sends a welcome email to the user.

Upcoming Feature:

  • Forgot password (coming soon!)

Features

  • User registration
  • User login & logout
  • Email verification with OTP
  • Secure password hashing

Tech Stack

  • Node.js
  • Express
  • MongoDB (Mongoose)
  • JWT for authentication
  • Nodemailer for emails

Getting Started

  1. Clone the repository.
  2. Install dependencies:
    cd server
    npm install
    
  3. Create a .env file in the server folder with your configuration.
  4. Start the server:
    npm run server
    

*Stay tuned for more...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors