This is simple blog api with golang and gin web framework. The main resources of this API is posts and categories. For authenticating i'm using jwt-go and gorm for database ORM. Installation guide, ...
This repository contains a REST API backend for a blog platform built with modern technologies and best practices. The API provides complete functionality for managing blog posts, user authentication, ...