Skip to content

oslavdev/memo-the-quantum-terminals-server

Repository files navigation

The Quantum Terminals Game - Server

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.

Alt text

Technologies

  • Apollo
  • TypeScript
  • GraphQL
  • Node.js
  • Express
  • PostgreSQL
  • Redis
  • TypeORM
  • Docker
  • Jest

Run

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/

Environments

See: .env.example

Testing

	$ yarn test

For coverage

	$ yarn test:coverage

Update snapshots

	$ yarn test:update

About

Deprecated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published