CSV Data Viewer

Used Python to insert data into the MySQL database.

A simple app with React frontend and FastAPI backend. The user has two options:

a. Upload Data: By clicking this button, the user should upload the CSV data and with the help of Rest APIs, the FastAPI backend inserts the data in the DB.

b. Get data: On clicking this button, the API fetches data from the DB and display it on the React frontend as a table.

OUTPUT:

Home

Home

File Uploaded

File_Uploaded

Data Fetched 1

Fetch_Data

Data Fetched 2

Fetch_Data2