Frontend


Now that your API is set up and your Database is connected it´s time to set up a Frontend to your webserver. Start your journy by learning HTML and CSS. First try to setup a Webpage without any Framework.
To learn the basics I recommand the interative scrimba course.

  1. Work on your HTML and CSS knowledge:

  2. Create a Website without a Framework

  3. Learn JavaScript:

  4. Next try using a Framework like Bootstrap.

  5. Most Frontend in the company is done with Vue.js, so it would be good for you to get to know it

Optional:
6. Now that your Frontend is done, connect it to your API and your Database.
Tip: It´s really difficult to do it with the default go “html/template” so I recommend to use Pongo2 to setup the connection.
But if you still want to use the html/template make sure your worktree is well organized and structured to load the static files.