Skip to content

hiltpold/lakelandcup-auth-service

Repository files navigation

Lakelandcup Auth Service

Configuration

Provide a .env file that defines the following environment variables

HOST=
PORT=
POSTGRES_URI=
JWT_SECRET_KEY=

Installation

$ make proto

Running the app

# development
$ make server

Connect to the Database

docker exec -it <containerhash> bin/bash
su - postgres
psql "postgresql://postgres:postgres@localhost/lakelandcup_auth_service"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published