Add some md hosting service #12

Open
opened 2026-02-25 10:38:19 +00:00 by miko089 · 0 comments
Owner

MD file hosting

Stack

anything you like

Functionality

I would like it to have

  • users (auth and registration)
  • create projects (just a folder-like structure)
  • create md files
  • edit and preview md files

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

# MD file hosting ## Stack anything you like ## Functionality I would like it to have - users (auth and registration) - create projects (just a folder-like structure) - create md files - edit and preview md files ## 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<dyn Auth> to access and configure different services
miko089 added this to the TODOlist project 2026-02-25 10:38:19 +00:00
just-mn was assigned by miko089 2026-02-25 10:38:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: miko089/space-infra#12