This project is a simple user authentication system built using Node.js, Express, and MongoDB. It allows users to sign up, log in, and access a dashboard displaying their info.
- User registration
- User login
- JWT-based authentication
- Dashboard to view user information
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT)
- Hashing: bcrypt
- Environment Variables: dotenv
- Node.js
- MongoDB
- npm
-
Clone the repository:
git clone https://github.com/somemorewater/Intro.git cd Intro