Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 674 Bytes

File metadata and controls

10 lines (6 loc) · 674 Bytes

Barber Salon Database Projects

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.