This project was generated with the Angular Full-Stack Generator version 3.5.0.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Bower (
npm install --global bower) - Gulp (
npm install --global gulp) - MongoDB - Keep a running daemon with
mongod
-
Run
npm installto install server dependencies. -
Run
bower installto install front-end dependencies. -
Run
mongod --dbpath ~/path/to/dbin a separate shell to keep an instance of the MongoDB Daemon running -
Run
gulp serveto start the development server. It should automatically open the client in your browser when ready.
Run grunt build for building and grunt serve for preview.
Running npm test will run the unit tests with karma.
Running 'gulp test:server' will run all unittests for the backend.
-
Open http://petstore.swagger.io/ in a browser
-
Run the app with
gulp serve -
Type in http://localhost:9000/swagger into the top field and hit 'Explore'.
-
To set authentication hit 'Authorize' and paste in a valid token.
=======