Build a fullstack app with Go Fiber, Docker, and Postgres

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • divrhino-trivia

    Create a simple trivia REST API from scratch, using Go, Docker & Postgres. Video tutorial available on the Div Rhino YouTube channel.

  • If you did not follow the first tutorial, but would like to follow along with this instalment, you can use the finished code from the first part as your starting point. You can find that in the repo for the first tutorial.

  • divrhino-trivia-fullstack

    Convert a REST API into a fullstack Go Fiber app by adding some frontend views.

  • We will have to update our markup and paste in some pre-prepared styles. We will not go over the specifics here, as this is not a CSS tutorial. But the completed markup and stylesheet can be found in the Github repo.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • template

    🧬 Template engine middleware for Fiber (by gofiber)

  • Out of the box, Go Fiber already has mechanisms that will allow us to add some frontend views to our app. We will need to use a template engine. Go Fiber supports several template engines. The full list of supported template engines can be found on their website. For this tutorial, we’re going to use the html template engine.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What is the best view engine like ejs in node or blade in laravel that has extends / blocks already configured

    2 projects | /r/golang | 10 Nov 2022
  • Mikado v0.8 has just published the fastest middleware render engine for Express

    1 project | news.ycombinator.com | 23 Dec 2023
  • Why to use htmlx if we can continue using Django templates

    4 projects | /r/django | 25 Apr 2023
  • Yet another HTML builder

    4 projects | /r/rust | 14 Sep 2022
  • Web server with XML-based language

    3 projects | /r/rust | 12 Jun 2022