https://github.com/andrewsy1004/queryformatter
sql formatter queries
https://github.com/andrewsy1004/queryformatter
nestjs react typescript
Last synced: about 2 months ago
JSON representation
sql formatter queries
- Host: GitHub
- URL: https://github.com/andrewsy1004/queryformatter
- Owner: Andrewsy1004
- Created: 2024-06-02T13:24:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:27:46.000Z (5 months ago)
- Last Synced: 2025-02-01T00:32:59.617Z (4 months ago)
- Topics: nestjs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Query Formatter 📋


## Introduction 📋
SQL Query Formatter is an application designed to help you format and improve the readability of your SQL queries. With an intuitive interface and powerful features, this tool is essential for developers and data analysts looking to optimize their workflow with SQL. 🛠️
## Technologies Used 💻
The app is built using the following technologies:
- **NestJS:** A progressive Node.js framework for building efficient, scalable server-side applications.
- **React:** A JavaScript library for building user interfaces.
- **TypeScript:** A programming language that builds on JavaScript by adding static type definitions.## Features 🌟
- **SQL Formatting:** Enhance the readability of your SQL queries with a single click.
- **Intuitive Interface:** A user-friendly interface that makes working with SQL queries easy.## 📸 Screenshots
Here are some visual examples of our project in action:
### Home Without query
### Home with query
## Getting Started 🚀
To get a local copy up and running, follow these simple steps.
### Prerequisites 📋
- Node.js
- npm (Node Package Manager)### How to Run the Application 🚀
```bash
# Clone the repository
git clone https://github.com/Andrewsy1004/SQL-Query-Formatter.git# Start Backend
cd backend
npm install
npm run start# Start Frontend
cd frontend
npm install
npm run start