Simple Rest API with GO and gin

This is the first part of a series of blog posts about embedding ReactJS front-end app with Go REST API back-end. Let’s start first by creating a REST API in GO and Gin - a web framework for APIs written in GO. Requirements To get started, you need to install Go and Gin on your machine. You can follow the official instructions for installing Go here: https://golang.org/doc/install. REST API Implementation First, let’s initialize the application module with:...

April 12, 2023 · 4 min · Alex Popescu