Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
/ toto-game Public archive

Full-stack project with client, server, apis, tests, mongo, postgress and docker

Notifications You must be signed in to change notification settings

willemverbuyst/toto-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Warning Project is not maintained anymore

What is this?

This is a refactor/extension of/on a project started/created by fellow student Michelle Pesch at Codaisseur.


Overview

flowchart LR
  A[bash: dummy data seed]
  B[(database: postgres)]
  C(((server: nodejs)))
  D(((client: react)))
  E[e2e-tests: puppeteer]
  F[soccer-api: micro-service with python]
  G[server-tests: postman]
  H[rules-service: micro-service with go]
  I[(database: mongo)]
  J[seed with docker]
  K[api tests]
  L[service tests]
  subgraph docker
  B
  F
  J
  I
  J-->I
  I<-->H
  K-->F
  L-->H
  end
  A-->C
  B<-->C
  F<-->C
  G-->C
  H-->D
  E-->D
  D<-->C
Loading

toto-game-client

toto-game-server

toto-game-soccer-api

toto-game-rules-service

toto-game-postman

toto-game-e2e

About

Full-stack project with client, server, apis, tests, mongo, postgress and docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published