An open API service indexing awesome lists of open source software.

https://github.com/straightcurve/assessment-app-server

assessment proctoring app
https://github.com/straightcurve/assessment-app-server

nest nestjs socket-io typescript

Last synced: 2 months ago
JSON representation

assessment proctoring app

Awesome Lists containing this project

README

          


Nest Logo


based on Nest

## Description

assessment proctoring app

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## License

[MIT licensed](LICENSE).