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

https://github.com/rishiosaur/market

🛍 Hack Club Market API!
https://github.com/rishiosaur/market

Last synced: 10 months ago
JSON representation

🛍 Hack Club Market API!

Awesome Lists containing this project

README

          

# 📦 NestJS/TypeORM/GraphQL starter

![lint status](https://github.com///workflows/lint/badge.svg)
![format status](https://github.com///workflows/format/badge.svg)
![build status](https://github.com///workflows/build/badge.svg)
![GitHub](https://img.shields.io/github/license//)
![GitHub issues](https://img.shields.io/github/issues//)
![GitHub contributors](https://img.shields.io/github/contributors//)
![GitHub last commit](https://img.shields.io/github/last-commit//)

Stack: NestJS + Typescript + Postgres + Redis + GraphQL.

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov
```

## License

`` is [MPL-2.0 licensed](LICENSE).