This project is a web application created for activities in MUICT Open House 2022. This web application is mainly implemented using LINE Front-end Framework (LIFF).
api
: An Express.js application that serves as the backend API for the web application.web
: A Next.js application that serves as the frontend for the web application.
This project also includes automated testing for the web application and the API. The web application is tested using Cypress and the API is tested using Jest.