Files
sozial/www/api
Madgerm 937a32ad06 Phase 1: Foundation - Database schema, core PHP structure, JWT auth, and User CRUD
Implemented:
- Database schema (SQLite) with tables: users, profiles, posts, swipes, matches, chats, chat_messages, events, notifications, relationships, post_likes, post_comments, refresh_tokens, media
- Core PHP structure following skeleton pattern (www/api/)
- JWT Authentication (register, login, refresh, logout)
- User profile CRUD (show, update, delete, search)
- User sub-resources (posts, friends, followers, following)
- Minimal Firebase JWT implementation for PHP without Composer
2026-04-29 06:49:15 +02:00
..