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
- Host: GitHub
- URL: https://github.com/vectormike/ideal-enigma
- Owner: Vectormike
- Created: 2022-11-21T01:18:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T01:19:04.000Z (over 3 years ago)
- Last Synced: 2025-03-28T05:43:09.979Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```