A parking app that matches Users looking for a short-term or long-term parking spot, with people renting their parking spots.
- Product Owner: Artem Bakalov
- Scrum Master: Boshika Tara
- Development Team Members: Max Yazhbin, Mike Hsieh, Boshika Tara, Artem Bakalov
- node: "0.10.x"
- postgres : "^3.6.3",
- ionic: "ionic-team/ionic-bower#1.1.0"
- Cordova Plugins-
All the dependencies are listed in the package.json file, in the client and server folder. To install from within the root directory:
sudo npm install -g bower
sudo npm install -g cordova ionic
ionic lib update && bower update
npm install
bower install
ionic platform ios androidIonic Link: http://ionicframework.com/docs/cli/install.html Note: Testing the Ionic Frontend happens in one terminal winow, while backend in another.
For testing Ionic Frontend
cd client && ionic serveFor Testing Ionic Backend
cd server && ionic serveHow to install PostgreSQL locally: To get the postgres working on the local machine,go to http://www.postgresql.org/download/, you will also need to install pg modules in NodeJs, you can do this by addding pg to the package.json, and running npm install pg --save.. Befor you can connect to the database to the application, you need to run the postgres server, you can start it from the commnand line, follow instructions listed here:http://www.postgresql.org/docs/9.1/static/server-start.html
View the project roadmap here
https://github.com/AirbnbForParking/AirbnbForParking/issues
See CONTRIBUTING.md for contribution guidelines and git workflow.