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