aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-11-16 02:16:16 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-11-16 02:16:16 +0530
commitda6b366397aa15e2686840c1d9ffa5dae5d49d2a (patch)
treea53bc42092a564bfbf66a67b70e3aa9cb8689798 /README.md
First Commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..42f76f5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# LibMan
+
+"Library Management" project that I needed to write in order to pass my Java
+class (I now want to commit seppuku)
+
+See Also: [LibManClient](/LibManClient/about)
+
+## What it is
+
+This thing is the server/admin panel with a Swing GUI for my LibMan project. It
+connects to an SQLite database using JDBC and hosts a Socket.IO server that the
+clients can connect to in order to see the available books and issue/return any
+books.
+
+It's a pretty basic project but since I hate Java with a passion it was very hard
+to write so I'm releasing is as GPL. Don't cheat on your homework, folks
+
+# License
+Licenced under GNU General Public Licence
+
+GNU GPL License: [LICENSE](LICENSE)
+
+Copyright (c) 2024 Vidhu Kant Sharma \ No newline at end of file