Budget-Report is an web application that keeps track of your inputed finances. Put the pencil and paper away and go virtual with this easy to use budget trakcer application. Try out the app!
Use the package manager to install an necessary modules.
- Express.Js - JavaScript runtime
- Express.Js - node.js framework
- Mongo Atlas - NoSQL database
- Heroku - node.js framework
- NPM - Dependency management
Git clone repositiory to local machine:
HTTPS:
git clone https://github.com/gcloud11/Budget-Report.git
SSH:
[email protected]:gcloud11/Budget-Report.git
NPM Install:
npm i
Open integrated terminal in server.js file:
node server.js
This connects to PORT 3000 for application use. Type in webpage url:
localhost3000