🛸 Cyber Y2K Blog — API & Code Documentation

Introduction

This is the source code documentation for the Cyber Y2K Personal Digital Space project.

A Flask-based personal blog web service themed around early-2000s Y2K aesthetics (Cyworld mini-homepage, chrome textures).

Modules

  • app — Flask app factory & Swagger UI configuration

  • app.routes — URL endpoint definitions (Home, Write, Guestbook)

  • app.models — SQLAlchemy database models

  • app.config — Configuration class

Indices