This Server Based on NestJS
CRM System REST API server.
$ npm i -g @nestjs/cli typescript$ yarn install# development
$ yarn start:dev
# production mode
$ yarn build
$ yarn start:prod$ yarn docThen open http://localhost:8080 in your browser.
If you need API Documentation, do these following steps:
- Start the application
$ yarn start- Open http://localhost:4200/api/docs in your browser.
$ docker compose up --build -dIt requires at least 16GB RAM.
Nest is MIT licensed.