/Novatech_Backend

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.

Primary LanguageTypeScript

Nest Logo

Description

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.

Installation

1 - Clone the repository

git clone 

2 - Install the dependencies

yarn install

3 - Copy the .env.template file and rename it to .env and then put the values ​​of the variables

# https://platform.openai.com/api-keys
OPENAI_API_KEY=

SERVER_URL=http://localhost:3000

4 - Run the application

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

Nest is MIT licensed.