A simple and powerful Expense Tracker REST API built using Node.js, Express, MongoDB, and JWT authentication.
This project follows MVC architecture for clean and scalable code structure.
- 👤 User Registration
- 🔐 User Login with JWT Authentication
- 🔒 Password Hashing using bcrypt
- 💸 Add Income & Expense Transactions
- 📄 Get All User Transactions
- ❌ Delete Transactions
- 🧠 MVC Architecture Structure
- 🌐 RESTful API Design
- Node.js
- Express.js
- MongoDB + Mongoose
- JWT (JSON Web Token)
- bcryptjs
- dotenv