welderessutti / fiap_deedscash_fintech

My College's Fintech Project full stack version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeedsCash Fintech Project

This is my full stack version of my FIAP College's Fintech Project.

The purpose of this project is to create a fintech application, that gives you a financial control of your wallet.

You can record all of your credit and debt transactions, and all of your investiments, helping you achieve your financial goals and reach your dreams.

Here you'll find the main technologies I learned in the first period of my college's programming course.

Front-end:

  • HTML 5
  • CSS 3
  • Bootstrap 5

Back-end:

  • Java
  • JSP
  • JDBC
  • Oracle DB

The main knowledge here was to understanding how the web application works.

How the user interacts with the app and how the datas passes through the app until the database.

It was developed using the MVC pattern, that includes the Model, View and Controller layers.

I managed to learn how the Servlets Classes (Controller) deal with the user input from the View layer, and how they handle with it to manage its request and response methods to the Model and View layers.

About

My College's Fintech Project full stack version.

License:MIT License


Languages

Language:Java 97.1%Language:CSS 2.9%