This is a challenge to integration with Open FDA Api
- 1. Search for drug record applications submitted to FDA for approval - localhost:8080/drug-record-applications/search
- 2. View a list of stored drug record applications - localhost:8080/drug-record-applications
- 3. Create a drug record application - localhost:8080/drug-record-applications
The api consumes information from https://api.fda.gov/drug/drugsfda.json?,
http://localhost:8080/swagger-ui/index.html
- mvn clean install
- docker compose build
- docker compose up