Add some md hosting service #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MD file hosting
Stack
anything you like
Functionality
I would like it to have
Notes
Maybe at some point server will have auth service, so try to make your authentication in the way, that it will be easy enough to migrate to another one. Generally, try to make your architecture as modular as possible (at least backend one), to be able to modify it as you like in the future. For instance, in rust try to use Trait objects and smth like Box to access and configure different services