A full stack application that keeps trace of you daily expenses. A RESTful API is created with Spring Boot at the back end, while the implementation of the front end with React compenents.
To try out this app:
- Download this repository.
- Open pom.xml file as a project through an IDE and run the program.
- Open up a terminal and cd into the app directory and run 'npm install'.
- After all npm dependencies have been installed, run 'npm start' to start the application.