Skip to content

A tool for easy SQL query execution on local MySQL databases, ideal for development, testing, and learning, with a user-friendly interface.

Notifications You must be signed in to change notification settings

surijatin/sql-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Query Executor for local MySQL Database Server

This project was bootstrapped with Create React App.

Prerequistes

  1. npm (node package manager)

Running project on local

  1. Clone the project to your local machine

  2. Update the relevant MySQL server details in the .env file.

  3. Install the dependencies using the below command\

    npm install

  4. Run the node server\

    node server/server.js

  5. In another terminal execute the below command\

    npm start

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

A tool for easy SQL query execution on local MySQL databases, ideal for development, testing, and learning, with a user-friendly interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published