This repository contains database projects for managing a barber salon. It was created as part of a college course project on database systems. The main branch provides an overview of the project.
The project is split into two separate branches:
- SQL branch – Implements the barber salon database using relational SQL, including tables, relationships, and sample data.
- NoSQL branch – Implements the barber salon database using a NoSQL approach, focusing on collections and document-based storage.
Each branch contains the full implementation and is meant to demonstrate different database modeling techniques.