njacob1001 / golang-auth-api

Authentication microservice for users validations and user CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang authentication microservice

GitHub go.mod Go version of a Go module Tests and build main Tests and build develop

API for clients data management

For local development create a .env.delopment file en then run:

make run

Test project

make test

for deploy in docker container create a .env file en then run:

sudo docker-compose build
sudo docker-compose up -d

shutdown docker servers run:

sudo docker-compose down

Monitoring containers

This project uses portainer for container monitoring, you can go to localhost:8000

About

Authentication microservice for users validations and user CRUD


Languages

Language:Go 97.2%Language:Makefile 1.1%Language:Dockerfile 1.0%Language:Shell 0.8%