Skip to content
/ tippr Public

NestJS + MikroOrm reference application

Notifications You must be signed in to change notification settings

jbw/tippr

Repository files navigation

Getting Started

Make sure you have installed and configured docker in your environment. After that you can run the below commands from the root of the project.

docker-compose build
docker-compose up

Local Development

Install packages

npm install

Test

npm run test
npm run test:e2e

Run migration

Apply

npx mikro-orm migration:up

Create new migrations

npx mikro-orm migration:create

Run locally

npm run start:dev
http://localhost:3000

Visual Studio code extensions

  • ESLint
  • Prettier
  • EditorConfig