Create a REST API with Go

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ArticleRestApi

    Basic example where you can see how to create a simple REST API with Go and connect it to a postgreSQL database.

  • If you want to check the whole project here you have the link: ArticleRestApi

  • mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

  • In this example we are going to use a gorilla/mux router instead of the traditional net/http router.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • uuid

    Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. (by google)

  • And we are also going to use google/uuid to generate random uuids.

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