Read more about the the progress here (written in Hungarian as for now).
This is monorepo for three main projects: client, functions and ...
Tech stack: React, Chakra UI, TypeScript, React Query, ESLint + Prettier
See client/README.md
for infos on installation (uses Yarn v3).
Azure Functions used in the project's microservice architecture are defined here.
Tech stack: Node, TypeScript
Uses NPM as package manager, use npm i
in functions
folder to install dependecies, then use the Run and Debug page in VSCode using the Azure Tools integration (download the extension beforehand).