#Gold Digger App
A budget tracking app that is downloadable through the browser that helps the user keep track of their deposits and expenses. The app stores data locally through the help of a service wroker to maintain data offline. This also lets the user interact with their data while offline, making it helpful for those with unreliable internet.
- Express
- MongoDB
- Node.js
Check out the app functionality on Heroku!
This project requires Node.js and other dependencies
Navigate to the directory you would like to use using the CLI and then clone this repository:
git clone git@github.com:jefid/gold-digger.git
Create .gitignore
to include the following:
node_modules
.DS_Store
package-lock.json
You will need to install MongoDB
Open your IDE and use these commands to install all the necessary packages:
npm i express mongoose
npm init
npm init
will create your package.json
file.
"scripts": {
"start": "node server.js",
}
In the terminal, start the MongoDB database
mongod;
Finally, start the server from the command line:
npm start
Have something you'd like to add?
Feel free to contact me via email!