Skip to content

camendoza94/DadPlanner

Repository files navigation

DadPlanner

Codacy Badge

Dad planner is our project #3 for Web development course in Universidad de los Andes. It is a plattform to store your upcoming bill payments and remember when to pay them.

Visit the website or you can try and deploy it in your machine.

Deployment

You need Node.js and Meteor installed in your machine. Then run the following commands in your command line.

git clone https://github.com/camendoza94/DadPlanner
cd DadPlanner
meteor npm install
meteor run

This deploys the app in localhost:3000

Have fun!