https://github.com/theijhay/auto-review
Automated System for reviewing resumes
https://github.com/theijhay/auto-review
fastapi nestjs
Last synced: 4 months ago
JSON representation
Automated System for reviewing resumes
- Host: GitHub
- URL: https://github.com/theijhay/auto-review
- Owner: theijhay
- Created: 2024-09-17T14:22:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:17:04.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T20:44:58.882Z (9 months ago)
- Topics: fastapi, nestjs
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```