/user-management-rest-go-demo

A demo project for an Instagram-like backend system for managing picture sharing platform.

Primary LanguageGo

User management backend demo

This project is a demo project for demonstrating and practicing developing a backend application using Golang.

The project apply Hexagonal architecture to increase extensibility and maintainability for further development.

Future plan

  • learn and apply proper Authentication
  • more complex data

Reference while developing this tutorial.