A fullstack website with a mobile app.
![Valet Me Website] (https://github.com/mbrimmer83/finalproject/blob/master/Screen%20Shot%202016-08-19%20at%202.13.58%20PM.png)
Valet me is a cloud based parking management system that uses a mobile app to allow customers to interact with valet parking lots. The project was done for my final DigitalCrafts project. The mobile app allows user to find nearby lots, submit ticket information, request there car, and submit review to the lot management company. The website allow valet managers to see car requests, transactions, and review. Car request are seen in real time and automatically update upon request.
##Technologies and Languages Used.
Languages:
Javascript, HTML5, CSS3
Technologies:
Node.Js, Angular.Js, Express, Bootstrap, PostgreSql, Socket.IO Ionic ui-router
NPM Installs
$ npm install express --save
$ npm install mongoose --save
$ npm install my-bcrypt --save
$ npm install bluebird --save
$ npm install rand-token --save
$ npm install body-parser --save
$ npm install cors --save
$ npm install stripe --save
$ npm install pgpromises --save
$ npm install gps-distance --save
![Valet Me Mobile] (https://github.com/mbrimmer83/finalproject/blob/master/valet.png)
This project brought together most of the technologies and all of the skills that I have acquired of the course of my time at DigitalCrafts. I learned the Ionic framework for this project as well as ui-routing which were not taught at DigitalCrafts. Learning the additional technologies was the hardest part of the project. Integrating as many technologies as I did was also a great learning experience and is more real world. Software is not written in isolation and often many languages are used. My goal was to use as many skills as I could and learn as much as I could.