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!
- Host: GitHub
- URL: https://github.com/rishiosaur/market
- Owner: rishiosaur
- License: mpl-2.0
- Created: 2021-03-31T19:10:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T15:15:00.000Z (about 5 years ago)
- Last Synced: 2024-12-30T01:31:55.990Z (over 1 year ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 NestJS/TypeORM/GraphQL starter







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).