Linkzone Web App
About
In 2018 I wanted to learn a new backend technology because I was bored of Python & Django. So I created an app called Linkzone in Java & Spring Boot. It's a social media app, similar to Reddit, where you can create discussion groups.
The app should be available here: https://linkzone.eryk.io
Tech stack
- Spring Boot
- Vue.js
- Docker & Docker Compose
- AWS S3 (Simple Storage Service)
Feature overview
- permissions system (group mods and admins, global admins)
- create a discussion group
- add 3 kinds of posts (text/link/image) in a group
- subscribe to a group
- upload group logos, banners, user avatars
- user uploaded content is stored in AWS S3



