Skip to content

jtba/snowball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowball Project

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.

screenshot screenshot

Getting Started

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.

Prerequisites

  • Webserver
  • MongoDB
  • NodeJS

Installing

  1. Pull the repo down
  2. Configure the endpoint of your mongoDB instance in the /node/index.js
app.use(bodyParser.json());
mongoose.connect('mongodb://localhost/snowball');
mongoose.Promise = Promise;
  1. Start the node instance

Authors

  • Jason Baldwin - Initial work - JTBA

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Thanks to all of the third party libraries that have brought this project here so far

About

Destroy your debt by leveraging the snowball method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors