You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.**Web**: REST API and web app that uses all other services
40
40
41
-
## Web Interface (Static UI)
41
+
## Web Interface
42
42
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/`:
44
44
45
45
-`index.html`: Main feed, create posts, view posts and comments
46
46
-`login.html`: User login page
47
47
-`signup.html`: User registration page
48
48
-`profile.html`: User profile, posts, and comments
49
49
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.
0 commit comments