Webapp made with Docker, React and NestJS to create custom "guess who?" boards.
The frontend is not dockerized as it is meant to be hosted somewhere seperated.
# download
git clone https://github.com/ejfschmittel/guesstheperson.git .
# install & run backend
cd ./docker-test
npm i
cd ..
docker-compose up
# install & run frontend
cd ./frontend
yarn install
yarn start