๐Ÿš€ Sys Admin CMS

A powerful RESTful Content Management System built with PHP

๐Ÿ” Authentication

Secure bearer token authentication with role-based access control. Support for user registration, login, and profile management.

๐Ÿ“ Content Management

Full CRUD operations for blogs, news, projects, and more. Rich content editing with SEO optimization and media management.

๐Ÿ“ง Email System

Built-in email templates for welcome messages, newsletters, and notifications. Bulk email campaigns with tracking.

๐ŸŽจ Gallery Management

Upload and organize media files with categorization. Support for multiple file types and automatic resizing.

๐Ÿ”Œ API Endpoints

Test the API endpoints below. The system includes comprehensive RESTful endpoints for all modules.

Authentication

POST /api/auth/login - User login with email and password
POST /api/auth/register - User registration
GET /api/auth/profile - Get current user profile (requires auth)

Users

GET /api/users - Get all users (admin only)
GET /api/users/{id} - Get specific user

Blogs

GET /api/blogs - Get all published blogs
POST /api/blogs - Create new blog post (requires auth)

๐Ÿงช API Testing

Test the API endpoints to verify functionality:

Click a test button to see the API response...