Archived applications¶
Briefs Frontend¶
https://github.com/alphagov/digitalmarketplace-briefs-frontend
All URLs served by this app begin /buyers
.
This app includes routes for buyers writing requirements for procurements with Digital Outcomes and Specialists.
It also currently includes routes for creation of buyer accounts (up until sending the activation link) and the buyer dashboard.
Brief Responses Frontend¶
https://github.com/alphagov/digitalmarketplace-brief-responses-frontend
All URLs served by this app begin /suppliers/opportunities
.
This app includes routes used by suppliers responding to briefs (opportunities), i.e. tendering for work in Digital Outcomes and Specialists. More specifically, we have:
The suppliers opportunities dashboard
Asking clarification questions about briefs
Creating and editing brief responses
Router app¶
https://github.com/Crown-Commercial-Service/digitalmarketplace-router
Our router app is an NGINX application that routes incoming requests to the correct host in PaaS. The routing within PaaS to specific frontend apps is configured by the PaaS manifest, during deployment.
The router app also:
provides a Basic Auth header for incoming traffic to access the frontend apps
restricts traffic to preview and staging environments to GDS IP addresses
restricts traffic to the admin interface to GDS and CCS IP addresses
provides Rate Limiting for the platform
Note
For more details on the router app, see the router README.