Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theijhay/auto-review

Automated System for reviewing resumes
https://github.com/theijhay/auto-review

fastapi nestjs

Last synced: 26 days ago
JSON representation

Automated System for reviewing resumes

Awesome Lists containing this project

README

        

## Description

RESTful API for e-commerce application

## Project setup

```bash
$ npm install
```

## Compile and run the project

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Run tests

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

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