This is an exercise project to create a HTTP service using Node.js, express, and MongoDB. Despite it's a work in progress, you are welcome to install and run it locally to play around. This is a web-based personal accounting app. It lets you track incomes or expenses.
- This project uses node and mongodb. Go check them out if you don't have it locally installed.
- Run
npm install
to install the dependency packages.
- Start the mongoDB service.
- Run
npm start
to start the app. - Go to browser and enter
127.0.0.1
. If everything is set up correctly, you should be able to see the login page. Have fun!