Treffer: Web-aplikacija za praćenje uspjeha studenata na predmetu Osnove elektrotehnike ; A web application for monitoring the success of students in the Fundamentals of Electrical Engineering course
University of Zagreb. Faculty of Electrical Engineering and Computing.
Weitere Informationen
U ovom radu opisan je razvoj aplikacije za praćenje uspjeha studenata na kolegiju Osnove elektrotehnike.Cilj je bio izraditi sustav koji omogućuje nastavnicima i obrazovnim institucijama detaljan uvid u napredak studenata, kako bi se poboljšala kvaliteta nastave i ishodi učenja.Razvoj aplikacije obuhvaća backend, frontend i bazu podataka. Backend je izgrađen korištenjem Node.js i Express.js za brzo i skalabilno upravljanje podacima, uz korištenje Prisma ORM-a i PostgreSQL baze podataka. CORS je korišten za omogućavanje sigurne i učinkovite razmjene podataka između frontenda i backenda.Frontend je izgrađen korištenjem React.js, što je omogućilo modularan i fleksibilan razvoj korisničkog sučelja. TailwindCSS je korišten za brzo stiliziranje komponenti, dok je Highcharts.js korišten za vizualizaciju podataka kroz interaktivne i pregledne grafove. ; This paper describes the development of an application for monitoring the success of students in the Basics of Electrical Engineering course. The goal was to create a system that enables teachers and educational institutions to have a detailed insight into the progress of students, in order to improve the quality of teaching and learning outcomes. The development of the application includes backend, frontend and database. The backend is built using Node.js and Express.js for fast and scalable data management, using Prisma ORM and PostgreSQL database. CORS was used to enable secure and efficient data exchange between the frontend and the backend. The frontend was built using React.js, which enabled modular and flexible development of the user interface. TailwindCSS was used to quickly style components, while Highcharts.js was used to visualize data through interactive and overview graphs.