Soal LKS2022
Soal LKS2022
BIDANG LOMBA
1. Login Form
This form will be used by the customer to log in to the application. Customers need to
fill in combination of their phone number or email and PIN number. Make sure their
credentials exist in the database. Please provide all necessary validation.
SMK-IT MART
Login
1. Android User opens the application and submit login, if the user does not have a
user yet, user should register first. In this step application should post/get
information to API provider of user authentication. interface for user in mobile and
web will follow user interface model as mentioned in Desktop Application module
2. After login the application has been successful and will show product of SMK-IT
Mart.
3. The application will read the API response (JSON format) and show the
information. Collection of API could get from following link :
https://www.getpostman.com/collections/b67a2ed31bd83346388c
How to add or import the collection from the link
3. after workspace has been created, click collection and click import
4. in import tab, click link, then copy the link as given in technical document and paste in the field
and click continue
5. after finish all API collection will appear
5. Make website using framework laravel / codeigniter / etc, using API collection as
source data