https://github.com/ayberkgezer/eib-api
https://github.com/ayberkgezer/eib-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayberkgezer/eib-api
- Owner: ayberkgezer
- Created: 2024-11-28T20:53:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:04:59.000Z (6 months ago)
- Last Synced: 2024-12-22T02:36:17.506Z (5 months ago)
- Language: TypeScript
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```