This project contains the source code for the medicines products portal (and supporting services), which can be found at: https://products.mhra.gov.uk/
This site allows users to find:
- The leaflets which are provided with medicines
- The description of the medicinal product’s properties and how it can be used
- Scientific reports about marketing authorisations for medicines
- api - code for the public-facing Medicines API that exposes medicines data
- doc-index-updater - API for creating and deleting files on the site
- import - importer to update files
- pars-upload - internal portal allowing medical writers to upload PAR documents
- search - provision or delete resources related to the search service, which holds a searchable index for all public files served by the site
- search-client - rust library for interacting with the search service
- storage-logger - creates a snapshot log of all files currently served by the site
- transaction-log-file-creator - creates a new log file for transaction logging, used by the doc-index-updater
- web - everything related to the front-end of the site