You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-9
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,14 @@ Try it!! We are happy to hear your feedback or any kind of new features.
42
42
-**API Documentation** thanks to [swagger](http://swagger.io/).
43
43
-**API Monitoring** thanks to [express-status-monitor](https://github.com/RafalWilinski/express-status-monitor).
44
44
-**Integrated Testing Tool** thanks to [Jest](https://facebook.github.io/jest).
45
+
-**E2E API Testing** thanks to [supertest](https://github.com/visionmedia/supertest).
45
46
-**Basic Security Features** thanks to [Helmet](https://helmetjs.github.io/).
46
47
-**Easy event dispatching** thanks to [event-dispatch](https://github.com/pleerock/event-dispatch).
47
48
-**Fast Database Building** with simple migration from [TypeORM](https://github.com/typeorm/typeorm).
48
49
-**Easy Data Seeding** with our own factories.
49
50
-**GraphQL** provides as a awesome query language for our api [GraphQL](http://graphql.org/).
50
51
-**DataLoaders** helps with performance thanks to caching and batching [DataLoaders](https://github.com/facebook/dataloader).
51
52
52
-
### Comming soon
53
-
54
-
-**Custom Commands** are also available in our setup and really easy to use or even extend.
55
-
-**Scaffolding Commands** will speed up your development tremendously as you should focus on business code and not scaffolding.
56
-
57
53
# Table of Contents
58
54
59
55
-[Getting Started](#getting-started)
@@ -133,7 +129,7 @@ All script are defined in the package.json file, but the most important ones are
133
129
134
130
- Run the unit tests using `npm start test` (There is also a vscode task for this called `test`).
135
131
- Run the integration tests using `npm start test:integration`.
136
-
- Run the e2e tests using `npm start test:e2e` and don't forget to start your application and your [Auth0 Mock Server](https://github.com/hirsch88/auth0-mock-server).
132
+
- Run the e2e tests using `npm start test:e2e`.
137
133
138
134
### Running in dev mode
139
135
@@ -329,7 +325,7 @@ export class CreateUsers implements SeedsInterface {
| [Helmet](https://helmetjs.github.io/) | Helmet helps you secure your Express apps by setting various HTTP headers. It’s not a silver bullet, but it can help! |
391
387
| [Auth0 API Documentation](https://auth0.com/docs/api/management/v2) | Authentification service |
392
388
| [Jest](http://facebook.github.io/jest/) | Delightful JavaScript Testing Library for unit and e2e tests |
389
+
| [supertest](https://github.com/visionmedia/supertest) | Super-agent driven library for testing node.js HTTP servers using a fluent API |
390
+
| [nock](https://github.com/node-nock/nock) | HTTP mocking and expectations library |
393
391
| [swagger Documentation](http://swagger.io/) | API Tool to describe and document your api. |
394
392
| [SQLite Documentation](https://www.sitepoint.com/getting-started-sqlite3-basic-commands/) | Getting Started with SQLite3 – Basic Commands. |
395
393
| [GraphQL Documentation](http://graphql.org/graphql-js/) | A query language for your API. |
0 commit comments