Project Overview
This project demonstrates a dynamic website with a MySQL database backend. It includes user profiles, event management, and content management features.
Diagrams
Below are the database structure and wireframe layout. Click on the thumbnails to view the full-sized images.
Documentation
For detailed documentation about the project, visit the ReadMe file.
Sample Data
Below are sample data from the Users, Profiles, and Events tables:
Users
User ID | Username | Active | Created At |
---|
Profiles
Profile ID | User ID | First Name | Last Name | Bio |
---|
Events
Event ID | Title | Description | Event Date | Location | Created By |
---|
Features
Event Registration - Register for events and view dynamic updates.
View JSON Data - Displays database data in a table format using JSON.
Reflection on Learning - View my personal takeaways from this project.