danik-tro / rtm-auth

Rust Authentication microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rust Authentication microservice

License:MIT License


Languages

Language:Rust 97.6%Language:Makefile 1.6%Language:Shell 0.8%