Skip to content

Eduardofig/Bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge - A System for Access and Technological Training for local communities.

In this project, we developed a database for a community-oriented system aimed at supporting local communities in our 'Bridge' initiative, which seeks to empower vulnerable communities through education and skill development. This database was specifically created to facilitate this project.


For more details, please refer to the documentation (written in Portuguese)

Tecnologies

Python3 - For making the prototype that acess the API for the DBMS
PostegreeSQL - Data base management system, used for making the tables and queries

RUNNING the prototype

Libraries needed:

psycopg2
python-dotenv

For installing these libraries using python install package in Linux Ubuntu you can run this:

pip install psycopg2-binary
pip install python-dotenv

Make sure you have your dotenv file in the src folder (Don't forget to change DB_USER and DB_PASSWORD)

DB_HOST=localhost
DB_PORT=5432
DB_NAME=bridge
DB_USER=<your_user>
DB_PASSWORD=<your_password>

Entity–relationship model

DER_BRIDGE

Relational model

MREL_BRIDGE

Authors

Nome NUSP E-mail
Danielle Modesti 12543544 dani.modesti@usp.br
Eduardo Figueiredo Freire Andrade 11232820 duzinho039@usp.br
Hélio Nogueira Cardoso 10310227 helionc1999@usp.br
Jhonathan Oliveira Alves 11838116 jhonathanoliveira@usp.br
Pedro Dias Batista 10769809 pedrodb@usp.br

About

Acesso e Treinamento Tecnologico para Comunidades

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages