Skip to content

ravdz/homm3-api

Repository files navigation

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

About

Heroes of Might & Magic 3 RESTful API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published