Sprint_1 Milestone
Sprint 1: In sprint 1, we will focus on completing the tasks in the user story with priority labeled as 1, the basic components that we have to complete first.
Front-end: Finished UI mockup design for major functionalities such as user data collection form, login and create account page. Set up (test) buttons to send test Get, Post, Put and Delete requests to the backend and display the return result.
Server side: Complete the communication API design. Service environment is ready and up. The service application is able to connect to DB and is able to send, add, update and delete requests to DB. The service is able to receive the request from the front-end and send example JSON requests back or make changes to the DB.
Database: Table/collection design is done and ready. All the needed data and example data is inserted into the DB.