- You need MySQL server and command line installed.
- You can work on command line and know basic sql querying.
- You don't find editor which offer free editing or giving limited editing.
- Go to backend index.js
- Add your local credentials like username(root) and password and the database you want to connect.
- Run the server locally.
- Run the React app locally.
- Start Querying!
When user opens app for first time, he must be prompted for user, password, and database name. Once
the authentication and connection is successfully then only he must be shown to querying window. (done)
When user clicks to change database, a modal must open after successfully changing the database
showing the tables in the database. (done)
Creating a button to create a new database, on clicking it must open modal to enter the table name (done)
Creating a button to create a new table, on clicking it must open modal to enter the details and selecting the database to which the table must be added
On clicking on a table in the databases, it should automatically get top 5 or 10 results for that table in
results.