Expenselr is an expense tracking web app. To track expenses while having great user experience.
Track expenses like never before using "Expenselr", with its easy and user friendly UI you can add expenses according to category. more features like total and shared expenses are coming, so stay connected.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
npm to start frontend which is in ReactJS
npm start
and Java To run backend that is a Spring Boot application
A step by step series of examples that tell you how to get a development env running.
-
Install npm and git on your machine if not already.
-
go to official npmjs website
https://www.npmjs.com/get-npm
-
download npm and install according to your system.
-
clone this repository using command
git clone repository-link
go to project folder
cd project-folder-name
run using npm
npm start
also run java application as spring boot app
run as spring boot app
Track your expenses while travelling or shopping and keep a track of your exepense to better make decesions.
- ReactJS - Frontend Webapp
- Spring Boot - Server and API endpoints
- @aiwithab - Idea & Initial work