Loan simulation app. Client CRUD, create/delete simulation and JWT auth.
A client should sign up or sign in. Take an overview of your loans if not have any, should have the possibility to create a new requisition.
Backend
- Java 17
- PostgreSQL and PgAdmin (only in [dev] profile)
- Maven
Frontend
- Yarn
Inside '/backend' directory
Install dependencies
mvn dependency:resolve
Run spring
mvn spring-boot:run
This project is licensed under the MIT License.