joaomarcuslf / auth-blog-service

RestAPI, using JWT and Auth by Role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth-blog-service

Actions Workflow Actions Workflow

How to Start Development

  1. Copy sample.env to .env and rename the variables if you need
  2. Build the images and run the containers:
$ yarn install
$ cp sample.env .env
$ docker-compose up --build -d
$ yarn log:api

About

RestAPI, using JWT and Auth by Role

License:MIT License


Languages

Language:Go 98.9%Language:Shell 0.9%Language:Dockerfile 0.2%