All Projects → mikro-orm → express-ts-example-app

mikro-orm / express-ts-example-app

Licence: other
No description or website provided.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to express-ts-example-app

nfw
A jsonapi boilerplate for @nfw-core with mikro-orm
Stars: ✭ 23 (-37.84%)
Mutual labels:  mikro-orm

Express + MongoDB + TypeScript example integration

  1. Install dependencies via yarn or npm install
  2. Run docker-compose up -d to start mongodb
  3. Run via yarn start or yarn start:dev (watch mode)
  4. Example API is running on localhost:3000

Available routes:

GET     /author        finds all authors
GET     /author/:id    finds author by id
POST    /author        creates new author
PUT     /author/:id    updates author by id
GET     /book          finds all books
GET     /book/:id      finds book by id
POST    /book          creates new book
PUT     /book/:id      updates book by id
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].