Skip to content

Commit

Permalink
Added tests running description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilius authored Feb 17, 2017
1 parent 086b74a commit 295dcbf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
- launch application: `$ npm start`
- after launch application will be available from host machine by http://127.0.0.1:5656/api

## To run endpoints tests
- Install Postman (one of two):
- Standalone application: https://www.getpostman.com/
- Chrome extension: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop
- Import tests from `postman_tests` directory into application

## Available npm scripts
- `$ npm start` - launches application with file change watcher.
- `$ npm start` - launches application with file change watcher.

0 comments on commit 295dcbf

Please sign in to comment.