A RESTful API for Heroes of Might & Magic 3
- NestJS
- TypeScript
- PostgreSQL
npm install
Copy .env.example file and fill it.
cp .env.example .env.development
# development & watch mode
npm run start:dev
# production mode
npm run start:prod
A RESTful API for Heroes of Might & Magic 3
npm install
Copy .env.example file and fill it.
cp .env.example .env.development
# development & watch mode
npm run start:dev
# production mode
npm run start:prod