- Finished
This project was developed for Databases subject @University of Coimbra, Informatics Engineering
Consists in develop a program that implements an Auction System using the framework Psycopg2 and other database elements
After installing PgAdmin, Postman and all libraries:
- Create a database with the configurations specified in the file "api_configurations.txt" that is inside the folder "resources"
- Download the src folder and create the tables using the script "cria_tabelas.sql"
- Before pass to Postman create an Admin User
- In Postman create some end-points (for more information see the Report)
- Create a folder called "logs" on same folder of the file "api.py"
- Finally just run it
[your-disk]:[name-path]> python api.py
- Inside of the folder "docs" there is a file called "Relatorio.pdf" that works as user and installation manual