WorkWiz is an educational application designed to teach children various skills through simulated jobs. One of the featured games, "GooberMart," enhances the classic play of using cash register toys by integrating a scanner and touch screen. This allows the web UI to be added to a touch screen atop a toy (or real) cash drawer, making the experience as real as possible while keeping it fun.
- GooberMart: A game where children can simulate running a cash register.
- Customizable Items: Parents can add items with prices, names, descriptions, etc., to help children practice reading, math, and more.
docker-compose up -dto start the MySQL database container in detached mode.mvn spring-boot:runto start the Spring Boot application.- Use curl, Postman/Insomnia/Bruno, or the frontend application to interact with the APIs.
- The application can be self-hosted on a local server using Docker.
- It can also be deployed to AWS for scalability and reliability.