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

https://github.com/ayberkgezer/eib-api


https://github.com/ayberkgezer/eib-api

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

## 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
```