Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekohex/kontakt-gql
https://github.com/shekohex/kontakt-gql
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shekohex/kontakt-gql
- Owner: shekohex
- Created: 2018-08-16T23:57:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:43:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:31:17.076Z (23 days ago)
- Language: JavaScript
- Size: 478 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kontakt-gql
## Description
Yet another Contact Manager Using Nestjs and GraphQL
## 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
```