An open API service indexing awesome lists of open source software.

https://github.com/paralleltask/dinoloop-inversify-starter

Dinoloop starter featuring Typescript, Express, Inversify, Moq.ts, Mocha with TDD
https://github.com/paralleltask/dinoloop-inversify-starter

Last synced: 10 months ago
JSON representation

Dinoloop starter featuring Typescript, Express, Inversify, Moq.ts, Mocha with TDD

Awesome Lists containing this project

README

          

# dinoloop-inversify-starter
[Dinoloop](https://github.com/ParallelTask/dinoloop) starter project featuring Typescript, Express, Inversify, Moq.ts, Jasmine with TDD. This project uses Jasmine for unit-tests. You can choose other testing frameworks too :)

### Start WebServer
git clone the project

```
npm install
npm start
```

### Run Tests
```
npm test
```

Navigate to [http:localhost:8088/api/home/get](http:localhost:8088/api/home/) in browser