Credit Application System with Spring Boot and ReactJS
- username: admin
- password: password
-
Frontend live on https://gittigidiyor-project-frontend.netlify.app/
- Java 8
- Spring Boot
- Spring Data JPA
- Restful API
- Swagger documentation
- MapStruct
- Lombok
- H2 database
- JUnit Mockito
- ReactJS for frontend
- Maven
$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
http://localhost:${PORT}/swagger-ui.html