- Nodejs
- Angularjs
- MongoDB
- Install MongoDB and NodeJS
- Run
npm install
in the client and server folders - Run
npm install bower gulp bunyan mocha -g
- Copy config.sample.json to config.json and modify it for your environment
- Run
bower install
for bower dependencies in the client folder - In the client directory run
gulp build
- Run the server with
node server.js
gulp
watches files for changes
gulp build --release
build once in release mode
gulp
watches files for changes
mocha -g "create TestUser"
create a TestUser
After the testuser was created open localhost:3000
in the browser and type localStorage.setItem("ngStorage-accessToken",'"testuseraccesstoken"')
in the console
node server.js 3000
the port(3000) is optional and can be omitted
node server.js | bunyan
with readable logger
mocha
run the tests for the server (the server needs to be running)