Skip to content

huonggiangbui/pcrs-hint-services

Repository files navigation

PCRS Hint Service

This project is a simple Nestjs server, acts as a mediator between PCRS and 3rd-party service for hint generation, such as OpenAI.

Installation

First, install the dependencies:

$ npm install

Then, create a .env file in the root directory with the template in .env-template

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Documentation

For more technical documentation, please visit the Wiki

About

External hint services for PCRS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published