Source code for the ExpenseTracker web-app and web-service. Built with Angular, Angular Material, Java Spring Boot, Docker Compose, and NGRX
Download the following dependencies
- Frontend:
- Visual Studio Code
- Node/Npm
- Middle tier
- IntelliJ
- Docker
- Postman
- Clone the repository
- Open the project in IntelliJ
- Launch Docker Compose Desktop
- Run the docker-compose.yaml file in IntelliJ
- Open ExpenseTrackerV2Application.java and run the file in IntelliJ
- Open the project in VSCode
- Run
cd src\main\ui\src\ - Run
ng serve
- Under Run Configurations in IntelliJ, run 'All in ExpenseTrackerV2' to run the Unit and Functional tests




