Skip to content

Latest commit

 

History

History
75 lines (69 loc) · 2.14 KB

README.md

File metadata and controls

75 lines (69 loc) · 2.14 KB

BDPA NHSCC 2023 Problem Statements

BlogPress (sample) and InBDPA (actual) were released during the 2023 competition.

Key Challenges

This year's problem statements were designed with the following challenges in mind:

  • Heavy reliance on complex interactions with sometimes-unavailable external data sources
  • Requiring a non-traditional frontend/backend dynamic (i.e. headless CMS)
  • Implementing 3rd-party authentication, i.e. login and registration handled via API calls
  • Responsive UX, i.e. the app is functional on mobile, tablet, and desktop screens
  • Observing basic application, database, and repository security best practices

Statements

BlogPress (sample)

InBDPA (actual)

📑 Problem statement
🌍 Live demo
📚 Interactive API docs

📑 Problem statement
🌍 Live demo
📚 Interactive API docs (version 1)
📚 Interactive API docs (version 2)

📦 Demo source code
🎒 API source code

📦 Demo source code
🎒 API source code