Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 424 Bytes

Uzr

A very small user management service built on cpp-httplib.

Installing, Building, and Running

Requires cmake >= 3.21.3, and a compiler which supports C++20.

To run manually:

$ git clone --recursive https://github.com/dosisod/uzr
$ cd uzr
$ mkdir build && cd build
$ cmake .. && cmake --build .
$ ./uzr

Via docker-compose:

$ docker-compose up --build