This monorepo has the backend server and Frontend dashboard for running both the Happy Fish Rack systems as well as the Incubator.
The RestAPI code for the Incubator is located in: server/controllers/esp32.js It contains all the code including authentication for the Incubator's side of the backend. The Frontend code (HTML, JS, Bootstrap CSS) for the Incubator is located in: server/public/esp32.html
The rest of the files are for the Happy Fish Rack System.