CSV to SQL import
CSV to SQL import Link : https://tinyurl.com/csv-sql-import Github : https://github.com/krishankantray/csv-to-sql-import-client https://github.com/krishankantray/csv-to-sql-import-server What is this app all about ? This app allows users to import a .csv file and save it in MySQL. The .csv file needs to be in a specified format, something like this . Once the data is saved we can see and delete the table data on the front-end. Whats there on back-end and front-end ? Back-End : NodeJS ExpressJS MySQL Front-End : ReactJS Here is the table structure : Field Type --------------------------- id int(11) level_col varchar(255) cvss varchar(255) title varchar(255) vulnerability varchar(255) solution varchar(255) reference_col varchar(255) Where is it deployed ? Client side app ( React app ) is deployed on Netlify Server side app ( Node app ) is deployed on Heroku MySQL datab