This repository contain the code for INF01145 (Fundamentos de Bancos de Dados) discipline final assignment, lectured at INF-UFRGS.
The assignment project definition can be found at definition.pdf (in Portuguese).
The assignment final report can be found at report.pdf (in Portuguese).
This assignment intends to try to recreate a possible database model used by Google on his website, and app for Android, Google Play.
The front-end code was build using Flask. To run it, you should configure your database first (steps to configure it, will be added later).
After, you need to install some dependencies:
$ pip3 install flask python-dotenv json2html
After, in the ./src
folder you can run flask run
, and a local server will be started at localhost:5000
This assignment was developed by Rafael B. Audibert and Ana Carolina Pagnoncelli, feel free to contact any of us if you are interested in this repository content