Skip to content

mogendi/sil_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API service

You can view the docs here. Authentication is handled by django-oauth-toolkit that has oidc plugins. Auth is handled by the /auth routes.

Modelling

The API runs on a PGSQL DB and a Redis Instance as a backend for celery.

ERD Image

Background Services

This API uses celery to handle background services like sending confirmation SMS'. Celery uses redis for queues and as a results backend.

Error logging

Errors and endpoint performance profiles are logges on sentry. image

CI/CD

Coverage is checked on every PR and is required to be >80% for merges. Deploys are done directly to a digital ocean droplet after merge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published