Skip to content

vducoing/aplazo-fullstack-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This project is divided into two main sections: the backend and the frontend. The backend, built with Java and Spring Boot, should be developed first as the frontend relies on its RESTful API endpoints.

The backend provides the following core features:

  • Customer Creation: An endpoint to create new customers (requires authorization).
  • Customer Information Retrieval: An endpoint to retrieve customer details.
  • Loan Creation: An endpoint to create new loan records.
  • Loan Information Retrieval: An endpoint to retrieve loan details.
  • OpenAPI Specification: The OpenAPI specification for the backend is located in the back folder.

The frontend consumes the RESTful API endpoints provided by the backend. Please refer to the front/README.md for more details on the frontend setup and usage.

Development of the test must be done in a branch named feature/[candidate's first name]_[candidate's last name] (if there are conflicts, add the second last name), for example: feature/juan_perez. A pull request to the master branch of the repository should be made.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.7%
  • CSS 18.3%
  • JavaScript 12.7%
  • HTML 8.3%