A PWA application that allows the user to track their personal finances. This application allows the user to:
- Enter deposits and expenses
- View total spending over time
- Available for online and offline use. When brought back online, the records will be saved to the MongoDB database.
https://progressive-budget-micheqn3.herokuapp.com/
- Make sure you have Node.js to run the application
- Clone this repo
HTTPS:
https://github.com/micheqn3/progressive-budget.git
SSH:[email protected]:micheqn3/progressive-budget.git
- Install the NPM packages
npm install
- Run the application in command line
node server.js
- View the application in the browser as it is hosted locally
http://localhost:3001/
- JavaScript
- Node.js
- IndexedDB
- MongoDB
- Express
- Mongoose
- Morgan
- Nodemon
- Lite-server
- Compression
Home Page |
---|
MIT