Skip to main navigation menu Skip to main content Skip to site footer

Electrotechnical and Computer Engineering

Vol. 38 No. 03 (2023): Proceedings of Faculty of Technical Sciences

DEVELOPMENT OF WEB APPLICATION „System for accepting exam results and course statistics“

  • Milena Vujičić
DOI:
https://doi.org/10.24867/22BE14Vujicic
Submitted
March 6, 2023
Published
2023-03-06

Abstract

This paper presents development of a web application - System for accepting exam results and statistics of the subject Programming Languages and Data Structures. Django and Angular framework, Google Drive API, and Docker tool for containerization were used in the development of the application. The application converts data from the most commonly used formats for recording results into a Google Sheet table format and allows all users to have available all data on test and exam results in one place, in the same format, suitable for statistical processing.

References

[1] Django - https://docs.djangoproject.com
[2] Google Sheets -https://developers.google.com/sheets/api/quick start/python
[3] Django REST biblioteka - https://www.django-rest-framework.org/api-guide/filtering/
[4] Docker - https://docs.docker.com/
[5] NGINX - https://nginx.org/en/docs/
[6] Typescript https://www.typescriptlang.org/docs/
[7] Angular https://angular.io/docs
[8] WSGI https://peps.python.org/pep-0333/