Mytips is a tip tracking webapp for waiters.
With myTips users can track their monthly income as well as their monthly per hour avrg.
With myTips you can record the tips of your co-workers that worked with you in the same shift.
In the desktop version users can see their tips in a chart and download an Excel report of their tips.
- clone this directory to a folder of your chosie.
- in the terminal navigate to myTips/client and run npm install.
- run ng build
- in the terminal navigate to myTips/server and run npm install.
- run node server.js.
- open a Web Browser -> in the url type: localhost:8083.
- angular2
- nodejs
- mongodb