Testing project is done as a complex app, including frontend and backend running in same docker with different containers.
Frontend is done with the following technical stack:
- React app (https://create-react-app.dev/)
 - Redux Toolkit (https://redux-toolkit.js.org/)
 - bem-css-modules for styling
 - Typescript
 
More information about installation and maintenance you can find on the page README.md
Backend is developed with the following technical stack:
- NestJS (https://nestjs.com/)
 - Typescript
 
More information about installation and maintenance you can find on the page README.md
Mysql is used for storing data.
Comments can be found here COMMENTS.md