johannesschobel / nx-nest-mikroorm-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NxNestMikroormPlayground

This project was generated using Nx.

🔎 Nx is a set of Extensible Dev Tools for Monorepos.

Installation and Running the Application

  1. Install Dependencies
npm install
  1. Start the API via docker
docker-compose up -d

The API and corresponding services should now be running on:

API: localhost:3333/api

DB: localhost:5432
  host: db
  port: 5432
  username: postgres
  password: postgres

PGAdmin: localhost:5555
  username: admin@local.host
  password: password

About


Languages

Language:TypeScript 85.9%Language:JavaScript 14.1%