Application that simplifies pizza ordering It contains:
- Google authentication
- Users groups (to unite people working together)
- Events, which are used for one-time pizza order
- E-mail sending methods which ensure that every participant receives e-mail with items he ordered and price he has to pay
You need to install meteor framework https://www.meteor.com/install
meteor
or you can specify the port for this application with:
meteor -p *PORT*
Open browser in http://localhost:3000/ or http://localhost:*PORT*/ if you changed port using meteor -p command