This repository is used for defining API specifications, tracking sprints, etc.
This repository has been archived on 2026-02-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-01-02 22:53:48 +01:00
LICENSE Initial commit 2021-12-26 09:14:34 +01:00
PERMISSIONS.md Added description & start of permissions 2022-01-02 22:53:48 +01:00
README.md Added description & start of permissions 2022-01-02 22:53:48 +01:00

The Rusty Bever

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.