Mock of Trello's draggable card component feature broken up into its own microservice. All the components are brought together by the Proxy Server
- On load, queries for a random board/card from PostgreSQL DBMS hosted on AWS RDS
- Enabled drag-and-drop for each list, card, and cross-list transfer using react-beautiful-dnd
- CSS maintains same height and width for consistent view
