WIP test PR build

This commit is contained in:
Ben Thorner
2021-09-03 13:25:28 +01:00
parent 3779146cc5
commit 6ff1602fcf

View File

@@ -1,6 +1,7 @@
# GOV.UK Notify API
Contains:
- the public-facing REST API for GOV.UK Notify, which teams can integrate with using [our clients](https://www.notifications.service.gov.uk/documentation)
- an internal-only REST API built using Flask to manage services, users, templates, etc (this is what the [admin app](http://github.com/alphagov/notifications-admin) talks to)
- asynchronous workers built using Celery to put things on queues and read them off to be processed, sent to providers, updated, etc