- dev stack :
- backend : ddd architecture, java 17, spring boot 3, openapi-generator, jwt security, jpa + liquibase + postgres, rest+websocket, supa-storage+http-client (cloud storage)
- frontend : angular 19 (standalones, new routing, new template statements, field injections) bootstrap html css
-
to run the application
- change the properties of the database & storage
- then run it using maven
- mvn install
- mvn spring-boot:run
-
run using npm (inside project directory)
- npm i
- npm start (to run locally)
-
url : http://localhost:4200/
