/FonApp

Primary LanguageJava

digicreatefon - Likit Fon Management Application

DigiCreateFon is a comprehensive platform designed for investors and fund managers to analyze, compare, and invest in various liquid funds. The application provides real-time performance insights and tailored investment recommendations.

Features:

  • Spring Boot Framework: A production-ready application platform that simplifies the setup, development, and deployment of applications.
  • Java Server Faces (JSF): A Java specification for building component-based user interfaces for web applications.
  • Hibernate: An Object-Relational Mapping (ORM) tool for Java. It provides a framework for mapping an object-oriented domain model to a relational database.
  • Swagger Integration: An interactive documentation tool for RESTful services.

Technical Details:

  • Maven Project: Used for managing project's build, reporting, and documentation.
  • Java Version: 1.8
  • Spring Boot Version: 2.0.3.RELEASE
  • JSF Version: 2.2.9
  • Lombok: To reduce boilerplate code in Java classes.
  • SQL Server: Database connection using mssql-jdbc.
  • PrimeFaces: UI component library for JSF applications.

Swagger UI:

Access the Swagger UI for the API documentation and testing via: Swagger UI

Site Taslağı:

Access the Balsamiq for site wireframes and other ui features: Balsamiq

Installation and Running:

  1. Download and unzip:

  2. Build and Run Using Maven:

mvn clean install
mvn spring-boot:run
  1. Once the application is up and running, you can navigate to http://localhost:8080 on your browser to access the application's main interface.