Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.06 KB

Personal Finance Monitor

💰 Easy to use, always available personal finance monitor. Use it to collect all your income and expenses then look at an affordable analytics dashboard to catch your financial leaks. 💸

Technologies Used

  • Java
  • Spring Framework
  • Maven
  • Swagger

Usage

To run the project locally, follow these steps:

  1. Clone the repository:
git clone  https://github.com/m-m-collab/personal_finance_monitor.git
  1. Build the project using Maven:
mvn clean install
  1. Run the project:
mvn spring-boot:run
  1. Access the Swagger UI at http://localhost:8086/swagger-ui/index.html to interact with the API endpoints.

Swagger

Swagger has been integrated into this project to provide an interactive documentation for the API. You can access the Swagger UI at http://localhost:8080/swagger-ui.html.

Contribution

If you find any issues or would like to contribute to this project, feel free to create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.