Skip to content

Ehsan200/go-auth-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth-Service

simple go project for auth service in rest.

before running the project you need to add redis and postgres and other vars in .env file:

PORT=
DATABASE_USER=
DATABASE_PASS=
DATABASE_HOST=
DATABASE_PORT=
DATABASE_NAME=
PROJECT_SECRET=
REDIS_ADDRESS=
REDIS_PASS=
REDIS_DB=
  • you need to set port like::8000

after that you need to run project with these commands:

> go mod download
> go build
> ./auth-service

Authors