🎓 Free Capstone Projects with Full Documentation, ER Diagrams & Source Code — Updated Weekly for 2026
👨‍💻 Free Source Code & Capstone Projects for Developers

Telemedicine Online Platform Database Design

Telemedicine Online Platform Database Design

About the System

As a result of technological advancements, providing healthcare has become more intelligent. The researchers in this project devised yet another innovative method for providing high-quality healthcare to patients.

The capstone project, titled “Telemedicine Online Platform,” is intended to provide patients with remote medical health care via telecommunications.

Read more

Boarding House Management System Free Database Design Tutorial

Boarding House Management System Free Database Design Tutorial

Introduction

It is an online system that allows boarding house managers to more effectively manage their boarding house related transactions and activities.

Boarding house managers can use the system to organize and manage the residents, rooms, and services at their boarding house.

As an added feature, board house managers can control the finances of their establishment, including the establishment’s monthly budget as well as its daily and weekly spending patterns.

Read more

Waste Management with Reward System Free Database Design Tutorial

Introduction

Members will be able to register with the system and search for junkshops and recycling centers to dispose of their recyclable waste products in a more convenient manner.

In addition, the suggested system will record waste collection statistics, which will be used to determine whether or not to award rewards.

Communities can benefit from the system by reusing and recycling waste that poses a risk or is hazardous to their health and safety.

Read more

Boutique Management System Database Design

Boutique Management System Database Design

Boutique Management System Database Design This Boutique Management System Database Design or Database Design Project for Boutique Management System with ERD, the machine will lessen the pen paper work that is managed by way of the owners of the store. …

Read more

Frequently Asked Questions

Are these database designs free for capstone and thesis use?
Yes. All ERDs and schemas are free to download, modify, and use in your capstone. No attribution required for academic use. Adapt the table structures to your own domain — that is expected and good practice.
What is the difference between Conceptual, Logical, and Physical ER design?
Conceptual is entities plus relationships, no attributes or types (the boxes-and-lines version). Logical adds attributes, primary keys, foreign keys, normalization (3NF/BCNF). Physical adds data types, indexes, constraints — runnable SQL. Most designs on this site are logical or physical level. Your Chapter 3 typically needs all three.
Which ER notation should I use — Crow's Foot, Chen, or UML?
Crow's Foot is the dominant choice in 2026 — it is what MySQL Workbench, dbdiagram.io, and most modern tools render. UML class diagrams are acceptable for object-oriented design. Chen notation (the round-rectangle one) is academically traditional but visually verbose — avoid unless your school requires it.
Should I normalize to 3NF or BCNF for my capstone?
3NF is the typical capstone bar — eliminate partial and transitive dependencies. BCNF only if your panel asks. Do not over-normalize past 3NF for points — denormalization for read performance is legitimate when you can defend it. Document your decisions in Chapter 3 either way.
What tools should I use to draw the ER diagram?
MySQL Workbench — free, generates SQL DDL directly from the diagram. dbdiagram.io — free, text-based, fast for iteration. Draw.io / Lucidchart — for prettier diagrams in documentation. Visual Paradigm Community — for UML-style ERDs if your school requires UML.
Where can I find UML diagrams for these database designs?
For UML companions (Class Diagram, DFD, Use Case, Sequence, Activity, ER) check our UML Diagrams Library — 300+ UML diagrams covering the same domains as these database designs.
How often is this database design list updated?
New ERDs and schemas are added regularly. Last refreshed May 2026.