Challenge Overview
Project Overview
Our client want to develop a Hybrid mobile application built in HTML5/JS/CSS, which will be deployed to iOS and Android - Phone & Tablet sized.
This mobile application will aggregate RSS data from external sources, social media content, and internal content served via REST API, similar as Flipboard.
For internal content, we'd like to seek an existing content management sytem that fits our client's requirement to reduce the development effort.
Competition Task Overview
Previously, we have built the UI Prototype and REST APIs, The main purpose of this challenge is to create the baseline for integrating the UI Protoype and REST APIs, and update the UI Prototype to consume some REST APIs, so data can be properly shown in the UI Prototype.
General Requirements:
- Setup PostGreSQL with meaningful data (not dummy).
- Setup REST APIs to be called.
- Integrate the following REST APIs for data display.
- Home Page (Dashboard)
- categories
- interests
- get articles for category
- View Category
- get articles for category
- View Article
- view article
- Home Page (Dashboard)
- Provide a general document about how the UI Prototype integrating with REST APIs, so we can continue to implement others.
following will be attached in forum:
- Architecture
- UI Prototype
- REST API Code
Final Submission Guidelines
Submission Deliverables
Below is an overview of the deliverables:
- Updated UI Prototype with backend REST API integrated.
- Deployment Guide to verify the submission.