Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Replace <mongodb-install-directory> with the path to the extracted MongoDB archi
2. Run `npm install` to install the packages required.
3. Once all the packages are installed run `npm start`

## Running API Tests
1. `cd` in to the **stackle_api** directory.
2. Run `npm test` to run unit tests for the API.
3. If the tests are sucessful, all the POST and GET requests should pass sucessfully and end with `22 passing`.

## Stackle App
Make sure you have the [angular-cli](https://cli.angular.io/) installed.
1. `cd` in to the **stackle-app** directory
Expand Down