HEAppServer is a server designed to support HEApp and HEWeb users, focusing on the storage and management of user data.
The ./api/v1/ directory contains PHP code responsible for performing CRUD (Create, Read, Update, Delete) operations with a MySQL database for HEApp users. Meanwhile, the ./api/v1/web/ directory is written in Go and handles CRUD operations with a MongoDB database for HEWeb users.