An open API service indexing awesome lists of open source software.

https://github.com/mochrks/web-understanding-sql

learning-focused repository designed to help developers grasp the fundamentals of SQL and database management.
https://github.com/mochrks/web-understanding-sql

mysql postgresql

Last synced: 3 months ago
JSON representation

learning-focused repository designed to help developers grasp the fundamentals of SQL and database management.

Awesome Lists containing this project

README

          

Project Understanding SQL


MySQL Version
PostgreSQL Version


Tech Stack Icons

## Overview

This project is designed to help understand **database fundamentals** using **SQL**. It utilizes **MySQL**, **PostgreSQL**, as core database technologies, along with **SQL Alchemy** for ORM (Object Relational Mapping). The project aims to provide a solid foundation in database design, querying, and management principles.

## Features

- Comprehensive understanding of database concepts and SQL syntax
- Data modeling and normalization techniques
- CRUD operations using SQL
- Advanced querying techniques (joins, subqueries, etc.)

## Tech Stack

- **MySQL 8.0.26**
- **PostgreSQL 13.3** for relational database management

## Setup & Installation

---

- **Clone the repository**

```bash
git clone https://github.com/mochrks/web-understanding-sql.git
cd web-understanding-sql
```

- **Install dependencies**

```bash
npm install
```

- **Run the application**

```bash
npm run dev
```

- The application will connect to the database and run the queries as specified in the code.

## Connect with me:
[![GitHub](https://img.shields.io/badge/GitHub-333?style=for-the-badge&logo=github&logoColor=white)](https://github.com/mochrks)
[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.com/@Gdvisuel)
[![Instagram](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/mochrks)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/in/mochrks)
[![Behance](https://img.shields.io/badge/Behance-1769FF?style=for-the-badge&logo=behance&logoColor=white)](https://behance.net/mochrks)
[![Dribbble](https://img.shields.io/badge/Dribbble-EA4C89?style=for-the-badge&logo=dribbble&logoColor=white)](https://dribbble.com/mochrks)