Database project

Dating App DDL Script

collaboration type
group project
project type
Database project
project year
2023

Dating App DDL Script

This project was part of the "Databases" module and involved designing and implementing a relational database for a university dating app, specifically tailored for students at HdM. Our team created an ER diagram, a logical model, and a corresponding DDL script to define the database schema. The database enables features like user profile management, interest-based group creation, group chats, event organization, and user interaction through comments and posts. Triggers were implemented for real-time data updates, and a view was created to join tables for event participation insights. This database was designed with normalization and scalability in mind to ensure efficiency and data integrity.

Other projects

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });