Updated README.md

This commit is contained in:
Creeper Lv
2026-05-31 03:56:31 +10:00
parent a547b24844
commit aaad155a30
+3 -1
View File
@@ -16,6 +16,8 @@ Target platforms:
- Android - Android
- Web (WASM) - Web (WASM)
The GUI should be adaptive and can switch between phone (narrow width) mode and full mode in the runtime (responsivie to resizing).
# Server # Server
Server is also written in C# using ASP.Net Core Web API. Server is also written in C# using ASP.Net Core Web API.
@@ -26,7 +28,7 @@ The server utilizes RESTful API style: Only serve API services via HTTP requests
The server provides a multi-user service, every user has its own notebook. A user can share their notes/folders to anyone. The server provides a multi-user service, every user has its own notebook. A user can share their notes/folders to anyone.
For database, it can be configured as the server is a ASP.Net Core Web API application, and by default, it uses SQLite. For database, it can be configured as the server is a ASP.Net Core Web API application, and by default, it uses SQLite. EF Core or similar packages should be used to avoid manually writting SQL statements.
# Underlying # Underlying