Skip to content

nejlasahin/credit-application-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Bootcamp Graduation Project

Credit Application System with Spring Boot and ReactJS


Login information

  • username: admin
  • password: password

Used Technologies

  • Java 8
  • Spring Boot
  • Spring Data JPA
  • Restful API
  • Swagger documentation
  • MapStruct
  • Lombok
  • H2 database
  • JUnit Mockito
  • ReactJS for frontend
  • Maven

Run & Build

$PORT: 8080


git clone https://github.com/nejlasahin/credit-application-system.git

$ cd credit-application-system/backend
$ mvn clean install
$ mvn spring-boot:run

$ cd credit-application-system/frontend
$ npm install
$ npm start

Swagger UI will be run on this url

http://localhost:${PORT}/swagger-ui.html

Api Endpoints

endpoints

Project Details

odevpart1

odevpart2

odevpart3

Releases

No releases published

Packages

No packages published

Languages