Skip to content

a-kumar5/auth-hub

Repository files navigation

auth-hub

Building the application

go build -o auth-hub ./cmd/main.go

## to run the application
./auth-hub

application db setup using docker

docker run --name postgres -e POSTGRES_PASSWORD=admin -p 5432:5432 -d postgres
docker exec -it postgres createdb -U postgres authdb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published