https://github.com/vectormike/turbo-waddle
Url parser built with Nest and GraphQL
https://github.com/vectormike/turbo-waddle
Last synced: about 1 year ago
JSON representation
Url parser built with Nest and GraphQL
- Host: GitHub
- URL: https://github.com/vectormike/turbo-waddle
- Owner: Vectormike
- Created: 2021-05-23T10:31:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T22:04:02.000Z (about 5 years ago)
- Last Synced: 2025-02-02T06:41:27.454Z (over 1 year ago)
- Language: TypeScript
- Size: 281 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) 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
```