Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theijhay/auto-review
- Owner: theijhay
- Created: 2024-09-17T14:22:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:17:04.000Z (4 months ago)
- Last Synced: 2024-10-31T23:05:51.737Z (3 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
```