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.
- Host: GitHub
- URL: https://github.com/mochrks/web-understanding-sql
- Owner: Mochrks
- Created: 2024-11-21T07:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-20T09:19:31.000Z (4 months ago)
- Last Synced: 2026-03-21T01:57:26.215Z (4 months ago)
- Topics: mysql, postgresql
- Language: TypeScript
- Homepage: https://web-understanding-sql.vercel.app
- Size: 740 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Understanding SQL
## 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:
[](https://github.com/mochrks)
[](https://youtube.com/@Gdvisuel)
[](https://instagram.com/mochrks)
[](https://linkedin.com/in/mochrks)
[](https://behance.net/mochrks)
[](https://dribbble.com/mochrks)