Skip to content

Loan simulation app. Client CRUD, create/delete simulation and JWT auth.

Notifications You must be signed in to change notification settings

hilbert-nunes/loan-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Loan Simulator

Loan simulation app. Client CRUD, create/delete simulation and JWT auth.

Description

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.

Domain model

Class Diagram v0 0 2

API documentation

Here

Getting Started

Prerequisites

Backend

  • Java 17
  • PostgreSQL and PgAdmin (only in [dev] profile)
  • Maven

Frontend

  • Yarn

Backend

Inside '/backend' directory

Install dependencies

mvn dependency:resolve

Run spring

mvn spring-boot:run

Authors

Hilbert Digenio

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages