fantasyknight / angular-java-nikita-emi

EMI using Angular + Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

EMI using Angular + Java


Languages

Language:Java 44.6%Language:HTML 33.0%Language:TypeScript 17.4%Language:CSS 3.7%Language:JavaScript 1.3%