Skip to content

Project to demonstrate how to use NestJS framework with MicroORM.

Notifications You must be signed in to change notification settings

tferi99/my-mikroorm-server-demo

Repository files navigation

Description

Project to demonstrate how to use NestJS framework with MicroORM.

Installation

$ npm install

Database

Create database:

createdb -U postgres mymikroormdemo

Create database schema:

npm run createdbschema

Note: Initial data will be created during the first startup.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

OR

Import postman/my-mikroorm-server-demo.postman_collection.json collection into Postman and use it for testing.

About

Project to demonstrate how to use NestJS framework with MicroORM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published