Skip to content

A service that manages users, roles, sessions and access

Notifications You must be signed in to change notification settings

milkhunters/milky-ums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milky User Management Service

User Managment Service (или UMS) - прикладной сервис, который занимается управлением пользователей, сессиями и ролями.

Сборка

cargo build --release

Migrations

Install sea-orm-cli:

cargo install sea-orm-cli

Setup the database URL:

export DATABASE_URL=protocol://username:password@localhost/database

Run the migrations:

sea-orm migration up

Rollback migrations

sea-orm migration down

Generate entities:

sea-orm-cli generate entity \
    -u protocol://username:password@localhost/database \
    -o adapters/database/models

About

A service that manages users, roles, sessions and access

Resources

Stars

Watchers

Forks

Releases

No releases published