summaryrefslogtreecommitdiff
path: root/content/projects/certn-ada-diner.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2021-02-23 11:01:37 -0300
committerRoger Gonzalez <roger@rogs.me>2021-02-23 11:01:37 -0300
commita436394c969a9c27a1daccd9ff6e13dff79251b2 (patch)
treebd56fe594dccd2a0e5c21017ae021971f0cef18b /content/projects/certn-ada-diner.md
parent90ada3648a98f849a5922460905ed7b82aa1efa5 (diff)
Updated website
Diffstat (limited to 'content/projects/certn-ada-diner.md')
-rw-r--r--content/projects/certn-ada-diner.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/content/projects/certn-ada-diner.md b/content/projects/certn-ada-diner.md
deleted file mode 100644
index 0b275d6..0000000
--- a/content/projects/certn-ada-diner.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-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