Loading repository data…
Loading repository data…
DanielT-Dev / repository
Social Network built as a full-stack web application with frontend, responsive UI, backend infrastructure, authentication system, cloud storage, and a relational database for managing user interactions and content.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a private social platform designed for my friend group to share gaming clips, memes, posts, and moments together in a more personal space. Users can create posts, interact through comments, manage profiles, and stay connected through a platform centered around shared experiences and gaming.
Built as a full-stack web application with frontend, responsive UI, backend infrastructure, authentication system, cloud storage, and a relational database for managing user interactions and content.
To disable writes:
update app_settings
set allow_writes = false
where id = 1;
To enable again:
update app_settings
set allow_writes = true
where id = 1;