A simple mock server that responds to dynamic routes with templated responses.
http://mockserver.victorkohl.me/
- Node.js (> 0.10)
- MongoDB (2.6+)
- Bower
- Clone the project
- Run
npm install
- Run
bower install
- Start the server in production mode
NODE_ENV=production node server.js
- Repeat steps 1-3 above
- Run
grunt dev
- Clone the project
- Run
grunt build
Just run:
$ npm test
MIT