- AngularJs | ui-router | Restangular
- Bootstrap 3 | Sass
- Google Maps
- Gulp
- Karma
- NodeJs | Express
- MongoDB | mongoose
- jsonwebtoken | bcrypt
- AWS SDK
- make sure you have
Node.js
andMongoDB
installed on your system git clone
repo andnpm install
from root- create
mongod
instance mongo localhost:27017/laf-dev < db/recreate.js
to create and populate db with static datanodemon ./server/server.js --watch ./server
to start backend servergulp compile
to 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-db
from root to create and populate db with static datarun app
to start up the projectrun setup -[c|d] -[User|Report|Comment]
to create or delete fake db data for a given model- see
run.cmd
file