This project was generated with the Angular Full-Stack Generator version 3.3.0 and modified to provide only the backend part and some features, like stateless authentication strategies using Basic Auth and Bearer Tokens.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Grunt (
npm install --global grunt-cli
) - MongoDB - Keep a running daemon with
mongod
-
Run
git clone https://github.com/diegohaz/rest-api && cd rest-api && npm install
and wait for npm to install dependencies. -
Run
mongod
in a separate shell to keep an instance of the MongoDB Daemon running -
Run
grunt
to execute tests and build the project.