Loading

01 Introduction

This is a basic REST API built using Golang alongside a basic local database of data in dictionary format. This was a mini-project created to learn the fundamentals of the Go language and the structure of REST APIs.

  • REST API
  • Command Line Interface

02 Description

This project involves the design and implementation of a REST API using Golang for the backend and Postman for API testing and documentation. It employs handlers to manage endpoints, middleware for request processing, and comprehensive error-handling mechanisms to ensure reliability. Authorization and authentication features have also been implemented to secure the API.