You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📚 A Full Stack App used to manage Students Results by storing it to PostgreSQL. It also has ability to dynamically import Students List and Result from CSV file to database as well as show stored data in tabular format
This app helps to manage the students' List as well as their results.
It can also help us to visualize Students Semester wise performance with the help of Graph.
Tech Used :
Front End : React , Material UI for styling
Back End : Express
Database : PostgreSQL
There are 5 section to this.
Add Student Profile
Which added Students Details like Name, Roll.No etc. to the local Database
Students List
It shows the Students List added in above which is fetched from local database
[All the information here is just for demo purpose]
Add Results
Add Students Results via CSV File
You have to just input the CSV file path, the types of columns, and name for table name
Show Results
Show the marks of Students added via above step. For demo purposes ii is already in the database
Charts
You can select Roll.No of student from dropdown menu to get the Line Chart for students' performance for all 4 Semesters
About
📚 A Full Stack App used to manage Students Results by storing it to PostgreSQL. It also has ability to dynamically import Students List and Result from CSV file to database as well as show stored data in tabular format