Skip to content

Commit

Permalink
docs: add link to koa example app
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Aug 9, 2020
1 parent 3669fea commit d03d29e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ You can find example integrations for some popular frameworks in the [`mikro-orm

### TypeScript Examples

- [Express + MongoDB](https://github.com/mikro-orm/mikro-orm-examples/tree/master/express-ts)
- [Nest + MySQL](https://github.com/mikro-orm/mikro-orm-examples/tree/master/nest)
- [Express + MongoDB](https://github.com/mikro-orm/express-ts-example-app)
- [Nest + MySQL](https://github.com/mikro-orm/nestjs-example-app)
- [RealWorld example app (Nest + MySQL)](https://github.com/mikro-orm/nestjs-realworld-example-app)
- [`nestjs-mikro-orm` module](https://github.com/dario1985/nestjs-mikro-orm)
- [Koa + SQLite](https://github.com/mikro-orm/koa-ts-example-app)

### JavaScript Examples
- [Express + MongoDB](https://github.com/mikro-orm/mikro-orm-examples/tree/master/express-js)
- [Express + MongoDB](https://github.com/mikro-orm/express-js-example-app)

## Articles

Expand Down
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
{ type: 'link', label: 'NestJS + MySQL + TypeScript', href: 'https://github.com/mikro-orm/nestjs-example-app' },
{ type: 'link', label: 'RealWorld example app (Nest + MySQL)', href: 'https://github.com/mikro-orm/nestjs-realworld-example-app' },
{ type: 'link', label: 'Express + MongoDB + JavaScript', href: 'https://github.com/mikro-orm/express-js-example-app' },
{ type: 'link', label: 'Koa + SQLite + JavaScript', href: 'https://github.com/mikro-orm/koa-ts-example-app' },
],
},
};

0 comments on commit d03d29e

Please sign in to comment.