Skip to content

adi-sen/Leopards-Den-Financials

Repository files navigation

Leopard's Den Financials

Description

A full stack web application for managing personal finances as well as company finances. The application allows users to track their income and expenses, set budgets, and view reports.

Technologies Used

  • Java
  • Spring Boot
  • Maven
  • JavaScript
  • TypeScript
  • npm

Prerequisites

  • Java 11 or higher
  • Maven 3.6.0 or higher
  • Node.js and npm

Setup

  1. Clone the repository:
    git clone https://github.com/aseng21/Leopards-Den-Financials
  2. Navigate to the project directory:
    cd your-repo
  3. Install dependencies:
    mvn install
    npm install

Running the Application

To run the application, use the following command:

mvn spring-boot:run

Building the Application

To build the application, use the following command:

mvn clean package

Testing

To run tests, use the following command:

mvn test

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

A full stack web application for managing finances

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages