Backend¶
The backend of a Web site is a part of a program that is not visible to the user. The user cannot interact directly with the backend, but does so through the user interface, or frontend.
For this project, the backend contains an API that retrieves data from the Wemos and then stores it in the database.
All the code can be found here
Last update:
November 1, 2022