Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poorlydefinedbehaviour/trying-out-apollo
Testing apollo-server/typeorm/type-graphql
https://github.com/poorlydefinedbehaviour/trying-out-apollo
Last synced: 14 days ago
JSON representation
Testing apollo-server/typeorm/type-graphql
- Host: GitHub
- URL: https://github.com/poorlydefinedbehaviour/trying-out-apollo
- Owner: PoorlyDefinedBehaviour
- Created: 2019-12-01T02:06:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:23:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:40:16.426Z (over 1 year ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/PoorlyDefinedBehaviour/trying-out-apollo.svg?branch=master)](https://travis-ci.org/PoorlyDefinedBehaviour/trying-out-apollo)
# Awesome Project Build with TypeORM
Steps to run this project:
```sh
$ sudo docker run -p 6379:6379 -d redis
$ cd backend
$ yarn
$ yarn dev$ cd ../worker
$ yarn
$ yarn start
```# Testing
```sh
$ sudo docker run -p 6379:6379 -d redis
$ cd backend
$ yarn
$ yarn test
```# Technologies