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.
- Java
- Spring Boot
- Maven
- JavaScript
- TypeScript
- npm
- Java 11 or higher
- Maven 3.6.0 or higher
- Node.js and npm
- Clone the repository:
git clone https://github.com/aseng21/Leopards-Den-Financials
- Navigate to the project directory:
cd your-repo
- Install dependencies:
mvn install npm install
To run the application, use the following command:
mvn spring-boot:run
To build the application, use the following command:
mvn clean package
To run tests, use the following command:
mvn test
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.