Skip to content

Webdevelopment

Part of your project is to build a website. This website will be used to visualize the data you collect from the sensors of your embedded device.

Building a website can be done in many different ways, instead of researching all the options we want you to use the following webstack:

  • HTML
  • CSS
  • Javascript
  • PHP
  • MySQL

We can split this webstack into two parts:

  • Front-end
    • HTML
    • CSS
    • Javascript
  • Back-end
    • PHP
    • MySQL

The front-end is the part of the website that the user sees and interacts with. The back-end is the part of the website that is responsible for storing and retrieving data. These two parts communicate with each other using HTTP requests. The front-end sends a request to the back-end and the back-end responds with data.

On the next pages you will learn how to start with the both of these parts.

  Front-end

  Back-end