- AngularJs | ui-router | Restangular
- Bootstrap 3 | Sass
- Google Maps
- Gulp
- Karma
- NodeJs | Express
- MongoDB | mongoose
- jsonwebtoken | bcrypt
- AWS SDK
- make sure you have
Node.jsandMongoDBinstalled on your system git clonerepo andnpm installfrom root- create
mongodinstance mongo localhost:27017/laf-dev < db/recreate.jsto create and populate db with static datanodemon ./server/server.js --watch ./serverto start backend servergulp compileto compile and open app uinode mockup/setup/run.js -[c|d] -[User|Report|Comment]to create or delete fake db data for a given model
run recreate-dbfrom root to create and populate db with static datarun appto start up the projectrun setup -[c|d] -[User|Report|Comment]to create or delete fake db data for a given model- see
run.cmdfile