Skip to content

FileHandler is a data visualization platform. Uses react for the frontend, asp.net core for the backend and sql for the database.

Notifications You must be signed in to change notification settings

Hamzah023/TD-Data-Visualization-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FileHandler is an ASP .NET core MVC web data visualization platform. It handles Text (.txt) and Excel (.xlsx) files using async post requests (threading), reading its contents and displaying them on the website.

The contents are sent using an AJAX request to the HomeController, where the file is processed, read and saved to the server. After being returned, the data is rendered in the view for the client using JQuery tables, showing the data in a structured format.

The data visualization platform is secured by a login system, that connects to a SQL database storing the user's email and password where CRUD operations are implemented.

In the new version, there is cookie-based authentication and user claims implemented through a login page, where the user data is stored in a database using SQL and Azure data studio. The login page is made using react, html/css and bootstrap

About

FileHandler is a data visualization platform. Uses react for the frontend, asp.net core for the backend and sql for the database.

Resources

Stars

Watchers

Forks

Packages

No packages published