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

https://github.com/vectormike/ideal-enigma

A simple infrastructure that returns Github repositories and branches built with Typescript
https://github.com/vectormike/ideal-enigma

Last synced: 8 months ago
JSON representation

A simple infrastructure that returns Github repositories and branches built with Typescript

Awesome Lists containing this project

README

          

## COCUS

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

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

Docker:

```bash
# run docker container in development mode
docker-compose up -d
```