Just a simple polls app (like Django polls tutotrial here: https://docs.djangoproject.com/en/4.1/intro/tutorial01/) made with Node, Express, TypeScript and GraphQL. The whole purpose of the project is to grasp the basics for GraphQL and Express.
You have to have Docker
and docker compose
installed to run the project. Just go to the root of the project and run: docker compose up
or docker-conpose up
.