Skip to content

DaveDH2/pickup

 
 

Repository files navigation

Stories in Ready

pickup

YO! This app was scaffolded out using this Yeoman generator.

Initial setup

Client

Follow these steps to get the mobile app to run in your emulator:

  1. Clone down your fork of the repo
  2. Run npm install
  3. Run bower install
  4. Run npm install -g cordova ionic
  5. Run npm -g install ios-sim
  6. Run gem update --system
  7. Run gem install compass
  8. Run grunt build:ios --device --release
  9. Run grunt platform:add:ios
  10. Run grunt build:ios --device --release AGAIN (don't ask me why)
  11. Run grunt emulate:ios --livereload

If during the grunt pocesses you get this error: "Error: Hook failed with error code 127", then go follow the instructions on this site to fix it (may require fixes to multiple files).

Server

Follow these steps:

  1. Make sure you have MySql installed. If not, run brew install mysql
  2. Start your MySql server with mysql.server start
  3. Log into your mysql instance with mysql -u root -p and leave the password blank.
  4. Run CREATE DATABASE pickupDB; inside mysql.
  5. Exit MySql.
  6. Go back into the project folder then do cd server
  7. Run nodemon server.js

Server Heroku Deployment

  1. Deploy to herku
  2. Add-on clearDB MySql database, follow this instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 11.1%
  • CSS 0.2%