🚨 This is a production-grade inventory management system built for a client. Although not currently in use, the full application is shared here as part of my portfolio.
Svampar is a full-stack web application for managing inventory, users, and invoicing. It features a secure backend, responsive frontend, and email integration with PDF invoice generation.
- 🔒 JWT-based authentication and secure user sessions
- 📦 Inventory management with full CRUD functionality
- 📤 Email sending with auto-generated PDF invoices
- 🖥️ Responsive UI built with Angular
- 🧾 Invoice tracking and itemized exports
- 🚀 Deployed to Heroku for easy delivery and testing
cd src/
./gradlew build
java -jar build/libs/your-app.jar
cd ../m-client/
npm install
ng serve