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.
- 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.
- 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.
Access the Swagger UI for the API documentation and testing via: Swagger UI
Access the Balsamiq for site wireframes and other ui features: Balsamiq
-
Download and unzip:
-
Build and Run Using Maven:
mvn clean install
mvn spring-boot:run
- Once the application is up and running, you can navigate to
http://localhost:8080
on your browser to access the application's main interface.