My attempt at a decent, fully-featured blogging app that is SEO friendly using Go's standard lib and with more straightforward pattern.
| Features | |
|---|---|
| SEO attributes, semantics | ⚒️ |
| SEO server-rendered article page | ✅ |
| Decent looking UI | ⚒️ |
| Responsive UI | ✅ |
| WYSIWYG editor | ✅ |
| Search & Filtering | ✅ |
| Offset Pagination | ✅ |
| Cursor Pagination (Infinite scroll) | |
| Oauth (Google) | ✅ |
| Image uploads | ✅ |
| Sessions | ✅ |
| Add/update/manage articles | ✅ |
| Articles soft delete & drafts | |
| Add/update/manage profile | ✅ |
| Account settings | ✅ |
| Privacy settings | ✅ |
| Add/update/manage comments | |
| Add/update/manage likes | ✅ |
| Optimistic update for like | ✅ |
| Add/update/manage saved | |
| Add/update/manage tags | |
| Add/update/manage followings | |
| Add/update/manage groups | |
| Notifications system | |
| Sending emails | ✅ |
| Admin Panel | |
| Moderator Roles | |
| Minimizing Dependency | ⚒️ |
| Unit Testing |