Skip to content

danik-tro/rtm-auth

Repository files navigation

Auth Rust Microservice

Getting started

Setup database

Setup database locally in docker

$ docker-compose up rtm_auth_db

Set database url env variable

Default url for local development

$ export DATABASE_URL=postgres://rtm_auth:rtm_auth@localhost:5432/auth