Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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