This repository contains a SQL sandbox environment for practicing and experimenting with SQL queries.
- Preconfigured database environment
- Sample datasets for querying
- Easy setup and teardown
-
Clone this repository:
git clone https://github.com/fired/sql-sandbox.git
-
Navigate to the project directory:
cd sql-sandbox
-
Create a .env in root directory of app
NEXT_PUBLIC_SERVER_URL=http://localhost:3001 API_PORT=3001 WEB_PORT=3000
-
Run Docker Compose
docker-compose -f docker-compose.coolify.yaml up --build
- Product
- PC
- Printer
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.