Node Introductory Project
Overview
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.
Features
- User registration
- User login
- JWT-based authentication
- Dashboard to view user information
Tech Stack
- Backend: Node.js, Express
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT)
- Hashing: bcrypt
- Environment Variables: dotenv
Getting Started
Prerequisites
- Node.js
- MongoDB
- npm (Node package manager)
Installation
-
Clone the repository:
```bash
git clone https://github.com/somemorewater/Intro.git
cd Intro