Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 815 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 815 Bytes

University Project: BD Databases

This project is developed as a part of the BD (Databases) course at IST. It involves the planning and creation of a PostgreSQL database, along with the development of a web application that provides multiple functionalities to browse and modify the database.

Technologies Used

The project utilizes the following technologies:

PostgreSQL:

The chosen database management system for this project.

Python:

Used for backend development and interaction with the database.

HTML:

Markup language for structuring the web application's user interface.

CSS:

Cascading Style Sheets for enhancing the visual presentation of the web application.

JavaScript:

Programming language for adding interactivity and dynamic functionality to the web application.