/angular-java-nikita-emi

EMI using Angular + Java

Primary LanguageJava

Compositions

Frontend

  • Angular 17 is used
  • TailwindCSS is used for UI building
  • Angular Form is used for form validation
  • Angular HTTP is used for HTTP request

Backend Spring Boot

  • Maven (v3.9.6) is used as a project management tool
  • Jar is used for the package file format� - java version 21 is used.
  • h2 is used for memory db��Open http://localhost:8080/h2-ui for browsing db. you can find credentials in appilcation.properties file.

How to Run

Frontend

  • yarn install or npm install to install dependencies
  • yarn start or npm start to run the app

Backend

  • Open the project with your IDE, then install dependencies.�use mvn spring-boot:run to start the application

image