A React app that parses SQL queries and displays the parsed tree in a user-friendly format. The app is built using React, TypeScript, and Ant Design.
cd app
npm install
npm run dev
To deply the app, run the following command
docker build -t sqli .
docker run -d -it -p 5033:3000 --restart unless-stopped --name sqlparser sqli