Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnbiundo/auction-working


https://github.com/johnbiundo/auction-working

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Auctioneer Server

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start
```

### Queries and Subscrips

Subscrip

```gql
subscription test {
testSub {
text
}
}
```

Query

```gql
query test {
test {
text
}
}
```