Browse our list of curated database of projects, exercises, and lessons to learn UML
Learn how to create UML class diagrams. Discover how to visually and effectively represent the structures of your programs. Master the technique now!
3hrs average
Design and implement a Star Wars-themed database model using SQLAlchemy! This project focuses on structuring data for a blog where users can save their favorite characters and planets. You'll create an optimized relational database, define entity relationships, and generate an ER diagram to visualize the data model.
3hrs average
Use your recently acquired knowledge to build a detailed data model for your StarWars blog. Create the Entity Relationship Diagram (ERD) using TypeORM and a PostgreSQL database. Include tables like User, Character, Planet, and Favorite, defining their properties and relationships.
3hrs average
Build a database model for Instagram and learn about database design, table relationships, and ERD diagrams. You'll create structures for users, posts, comments, and more using SQLAlchemy. Improve your data modeling skills and understanding of social media platforms with this hands-on project.