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
- Host: GitHub
- URL: https://github.com/paralleltask/dinoloop-inversify-starter
- Owner: ParallelTask
- License: mit
- Created: 2018-06-01T20:19:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T19:01:07.000Z (almost 7 years ago)
- Last Synced: 2023-03-11T08:17:43.127Z (almost 3 years ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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