https://github.com/shekohex/kontakt-gql
https://github.com/shekohex/kontakt-gql
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shekohex/kontakt-gql
- Owner: shekohex
- Created: 2018-08-16T23:57:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:43:58.000Z (over 3 years ago)
- Last Synced: 2025-02-13T08:25:01.856Z (over 1 year 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
```