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

FabioAndrePereira/PADRES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PADRES

PrivAcy, Data REgulation and Security (PADRES) is an server-client application, to analyze GDPR compliance and do security assessments, generating reports with the information collected from the previous steps. The server was built with flask, acessing to a DB to perform insertions and consultations, and providing an API to access it. The client was done with Angular and provides a way to interact with the API

Installation

PADRES requires Docker Compose to run.

$ docker-compose up --build