(https://safe-escarpment-35566.herokuapp.com/)
A PWA app to keep track of your monthly expenses
This application uses a MongoDB database to keep track of spending and deposits into a monthly budget. It has offline functionality with IndexedDB saving queries locally until it is online again.
Project is created with:
- Javascript
- Node.js
- Express.js
- Mongoose
- Morgan
- Compression
- Lite-server
- IndexedDB
To install locally, download the repository. Make sure you have node.js installed. Open your terminal and run
npm install
To start the application
npm start