REST API that does the following things :
- Allows user to upload a CSV file.
- The API should then upload the rows in CSV file to any database of your choice.
- Returns a list of all entries in the database.
- Dowload the .zip file and extract it.
- Install following Libraries a. pip install Flask b. pip install mysql-connector-python c. pip install pandas
- Create a New Database "csvtodatabase" (I am using XAMPP Server).
- Import Dataset "csvtodatabase.sql"
- Run main.py file using "python main.py"
- Go to http://127.0.0.1:5000/ on your Browser.
- Upload Sample Dataset product.csv.
- Voila!! Great Job


