Destroy your debt by leveraging the snowball method. This application was created to better track your debt as you pay them down and help you keep track of rolling payments towards your next smallest debt.
This application is in the very early stages of development. The frontend is currently using AngularJS (1.x) with plans to convert this over to React.
- Webserver
- MongoDB
- NodeJS
- Pull the repo down
- Configure the endpoint of your mongoDB instance in the /node/index.js
app.use(bodyParser.json());
mongoose.connect('mongodb://localhost/snowball');
mongoose.Promise = Promise;- Start the node instance
- Jason Baldwin - Initial work - JTBA
This project is licensed under the MIT License - see the LICENSE file for details
- Thanks to all of the third party libraries that have brought this project here so far

