summaryrefslogtreecommitdiff
path: root/content/projects/certn-ada-diner.md
blob: 0b275d6963e1a930af11bbb2929fbf40aba1e5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
+++
title = "Certn - ADA DINER (Adverse Data Aggregator Data INgestER)"
author = ["Roger Gonzalez"]
date = 2020-10-01
lastmod = 2020-11-14T14:02:31-03:00
draft = false
weight = 1001
+++

## About the project {#about-the-project}

[Certn](https://certn.co) is an app that wants to ease the process of background checks for criminal
records, education, employment verification, credit reports, etc. On
ADA DINER we are working on an app that triggers crawls on demand, to check
criminal records for a certain person.


## Tech Stack {#tech-stack}

-   Python
-   Django
-   Django REST Framework
-   Celery
-   PostgreSQL
-   Docker-docker/compose
-   Swagger
-   Github Actions
-   Scrapy/Scrapyd


## What did I work on? {#what-did-i-work-on}

-   Dockerized the old app so the development could be more streamlined
-   Refactor of old Django code to DRF
-   This app is still in development, so I'm still adding new features