Migration of the original Sales Manager app (Java + Spring Boot + Hibernate) into a modern JavaScript/TypeScript stack using React Router, Node.js/Express, and TypeORM.
This rewrite aims to improve modularity, interactivity, and maintainability, while simplifying deployment pipelines with Railway.
- Frontend: React Router framework (Vite-based)
- Backend: Node.js + Express (TypeScript)
- ORM: TypeORM (migrated from Hibernate/JPA)
- Database: MySQL
- Deployment: Railway (planned)
🚧 Entities have already been migrated from Hibernate to TypeORM.
Work in progress on routes, controllers, and integration with the frontend.