Client side: https://github.com/oslavdev/memo-the-quantum-terminals-client
(In progress...) This is a remake of my old simple 2D procedurally generated puzzle game The Quantum Terminals. In this build I migrated project to GraphQL with TypeScript.
- Apollo
- TypeScript
- GraphQL
- Node.js
- Express
- PostgreSQL
- Redis
- TypeORM
- Docker
- Jest
Copy .env.example to .env and change evnironment variables to your liking
docker-compose up
or
yarn
yarn dev
Server will run on http://localhost:4000 GraphQl playground http://localhost:4000/graphql
DEFAULT CLIENT HOST: http://localhost:8080/
See: .env.example
$ yarn test
For coverage
$ yarn test:coverage
Update snapshots
$ yarn test:update