Frontend application for exploring relationships between Spanish companies and officers.
This project consumes the public BORME API hosted at https://api.ncdata.eu.
- API repository: https://github.com/anbrme/borme-public-api
- OpenAPI contract: https://raw.githubusercontent.com/anbrme/borme-public-api/main/openapi.yaml
Primary integration file:
src/services/spanishCompaniesService.js
GET /bormes/working-searchGET /bormes/companies/directoryGET /bormes/companies/directory/autocompleteGET /bormes/companies/directory/{id}GET /bormes/pg/expand-companyGET /bormes/pg/expand-officerPOST /bormes/officers-autocomplete
npm install
npm run devBuild:
npm run build