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!)
- User registration
- User login & logout
- Email verification with OTP
- Secure password hashing
- Node.js
- Express
- MongoDB (Mongoose)
- JWT for authentication
- Nodemailer for emails
- Clone the repository.
- Install dependencies:
cd server npm install - Create a
.envfile in theserverfolder with your configuration. - Start the server:
npm run server
*Stay tuned for more...