Designed a database for an auction-like application using PSQL.
Designed the ER model.
Translated the ER model into relations.
Established the constraints for each relation.
Populated the database.
Applied some frequently used queries on the data.
Designed an interface for, and implemented the main functionalities of the application that will be using the database.