Skip to content

Commit 43a523c

Browse files
authored
Update README.md
1 parent cabdcd0 commit 43a523c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A simple blog system using microservices
66

77
## Features
88
- Microservices-based architecture (Users, Posts, Comments, Web)
9-
- Minimalist static web UI (feed, profiles, login, signup)
9+
- Minimalist web UI (feed, profiles, login, signup)
1010
- AI co-authoring for posts (OpenAI integration)
1111
- Tagging and tag-based filtering for posts
1212
- ActivityPub federation (Fediverse support: actors, inbox/outbox, followers, following, WebFinger)
@@ -17,7 +17,7 @@ A simple blog system using microservices
1717

1818
## Contents
1919
- [Services](#services)
20-
- [Web Interface (Static UI)](#web-interface-static-ui)
20+
- [Web Interface](#web-interface)
2121
- [AI Co-authoring Feature](#ai-co-authoring-feature)
2222
- [Tag Features](#tag-features)
2323
- [Getting Started](#getting-started)
@@ -38,18 +38,16 @@ The project consists of the following microservices:
3838
3. **Comments**: Comment management (create, read, delete, list)
3939
4. **Web**: REST API and web app that uses all other services
4040

41-
## Web Interface (Static UI)
41+
## Web Interface
4242

43-
A minimalist static web interface for the blog, located in `web/static/`:
43+
A minimalist web interface for the blog, located in `web/static/`:
4444

4545
- `index.html`: Main feed, create posts, view posts and comments
4646
- `login.html`: User login page
4747
- `signup.html`: User registration page
4848
- `profile.html`: User profile, posts, and comments
4949

50-
You do not need to run a separate static file server. When you run the web service (`web/main.go`), it will serve both the REST API and the web interface (static files).
51-
52-
Authentication and profile features are available via the UI. The static UI interacts with the REST API provided by the web service.
50+
Everything is server side rendered
5351

5452
## AI Co-authoring Feature
5553

0 commit comments

Comments
 (0)