blob: 812aacbdd6bdf09e927039a6694a3d38aee7c889 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# jamaa
## About
Started as a MuniHac Weekendproject (Graphlogic in Haskell maybe fun?).
Continuing it now because enjoyed it and think it's useful :)
## Usage
Add user to DB:
`stack exec add-user -- <username> <password> [displayname]`
Migrate DB:
`stack exec add-user -- migrate`
## License
Copyright (c) 2025 Adam Brangenberg
All rights reserved.
This software is licensed under the [EUPL-1.2](http://joinup.ec.europa.eu/software/page/eupl/licence-eupl).
|