- JWT Authentication
- Role-based Access Control
- Financial Records Management
- Dashboard Analytics
- Node.js
- Express.js
- MongoDB
- Clone the repository
- Run: npm install
- Create a
.envfile: PORT=5000 MONGO_URI=your_mongo_url JWT_SECRET=your_secret - Start server: npx nodemon server.js
- POST /api/auth/register
- POST /api/auth/login
- POST /api/records
- GET /api/dashboard