/litecrm

Primary LanguageTypeScriptMIT LicenseMIT

English | 中文

Description

LiteCrm is an (nestjs + typeorm + ant design pro) opensource CRM system

Installation

$ pnpm install

Config api

# cd api directory
cp .env.example .env

Config mysql server

SERVER_PORT=3000 
DB_HOST=localhost
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=1355081829@qq.com
DB_DBNAME=litecrm

Running the app

# start api
$ pnpm run start:api

# start admin
$ pnpm run start:admin

# generate api
$ pnpm run openapi

Build the app

# build api
$ pnpm run build:api

# build admin
$ pnpm run build:admin

License

MIT © LiteCrm-2023