This is a web platform to help users or companies that do not have knowledge of technology to be guided and advised so that they can have a successful digital transformation in their businesses or companies.
git clone
yarn install
# https://platform.openai.com/api-keys
OPENAI_API_KEY=
SERVER_URL=http://localhost:3000
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Nest is MIT licensed.