From bcdcf5ec39d8fad2f59e1ff2e1ae895a20521191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E3=82=AF=E3=83=9E?= <85490958+adrianvic@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:31:28 -0300 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e492eb --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# LivingRoom + +This is a work-in-progress kinda of game launcher. LivingRoom is a server software that allow you to organize, display and distribute your catalog of games. + +The server includes a (working but very WIP) HTTP API for third-party clients and an web interface. + +## Features + + - HTTP API (NO AUTHENTICATION YET) + - Web interface + - User management + +## Stack + + - **Freemarker** for web rendering + - **Manual HTTP** handling + - **SQLite** for storing game information \ No newline at end of file