Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

findingtheconcept/CRMServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

602 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest Logo

This Server Based on NestJS

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

CRM System REST API server.

Installation

$ npm i -g @nestjs/cli typescript
$ yarn install

Running the app

# development
$ yarn start:dev

# production mode
$ yarn build
$ yarn start:prod

Generating documentation

$ yarn doc

Then open http://localhost:8080 in your browser.

API Documentation

If you need API Documentation, do these following steps:

  1. Start the application
$ yarn start
  1. Open http://localhost:4200/api/docs in your browser.

Deployment

$ docker compose up --build -d

It requires at least 16GB RAM.

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors