Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 374 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 374 Bytes

HoMM3 api

A RESTful API for Heroes of Might & Magic 3

Tech Stack

  • NestJS
  • TypeScript
  • PostgreSQL

Installation

npm install

Environment variables

Copy .env.example file and fill it.

cp .env.example .env.development

Running the app

# development & watch mode
npm run start:dev

# production mode
npm run start:prod