general/README.md

17 lines
843 B
Markdown
Raw Permalink Normal View History

# The Rusty Bever
2021-12-26 09:14:34 +01:00
The Rusty Bever is more than just my personal website. The original idea was to
build a blog, but as I often do, the idea expands and grows way too big for me
to handle, but I keep making it anyways.
The goal of this project is to not only set up a personal blog, but a versatile
user management system that I can then use to connect other services to my
website. I want to able to give users granular access to my services, ranging
from a blog to pastebin & a URL shortener. I'm basically building the
foundation on which I can create numerous personal web-based projects, using
this user management system to link it all together.
I opted for a microservice-based design, as this allows me to easily integrate
new services into my existing network. This again enables me to more easily
develop & integrate new projects.