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
- Host: GitHub
- URL: https://github.com/straightcurve/assessment-app-server
- Owner: straightcurve
- License: mit
- Created: 2022-12-08T15:53:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T16:08:52.000Z (over 3 years ago)
- Last Synced: 2025-10-11T07:36:11.726Z (9 months ago)
- Topics: nest, nestjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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).