cyruzin / puppet_master

Simple Authentication and Authorization app in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet Master

Authentication and authorization app with GraphQL to use as a basis for your project.

It needs improvements, I know there is a lot that can be improved.

Status

In development.

Improve:

  • Authorize without repetition
  • Improve code quality

Architecture

Clean Architecture (Robin C. Martin).

Prerequisites

  • Go 1.16.x

  • Docker 20.10.x

Run

Run database (Postgre):

 docker-compose up -d

Then, run the server:

 cd cmd/puppet_master && go run main.go

Access:

About

Simple Authentication and Authorization app in Go.


Languages

Language:Go 100.0%