Claim Missing Document
Check
Articles

Found 12 Documents
Search

RANCANG BANGUN SISTEM INFORMASI ADMINISTRASI PKM UNIVERSITAS LAMPUNG BERBASIS WEB MENGGUNAKAN METODE RATIONAL UNIFIED PROCESS (RUP) Ayu Taqiya Ulfa; Astria Hijriani; Rico Andrian
Jurnal Komputasi Vol. 6 No. 1 (2018)
Publisher : Jurusan Ilmu Komputer Fakultas MIPA Universitas Lampung

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.23960/komputasi.v6i1.1482

Abstract

Administrative information system of the Program Kreativitas Mahasiswa (PKM) of Lampung University is a web-based information system developed to assist administrative process in the implementation of PKM at university level, to record participants of PKM University of Lampung, to disseminate information about PKM, and to provide reference of PKM document of University of Lampung students. Information system administration PKM University of Lampung was developed using the programming language PHP and MySQL. The system development method used is the Rational Unified Process (RUP) method. The RUP divides one development cycle into four phases. The phases of the RUP are inception, construction, elaboration, and transition. Each phasein the workflow process that starts from business modeling,requirement,analysis and design, implementation,testing, and finally deployment. The process in the inception phase is business modeling and requirement, then at elaboration stage is analysis and design and implementation. The process at the construction phase is testing, then process at thetransition phase is deployment. Software product testing is done by equivalence partitioning testing and alpha test version. Test results reached success rate 91.41%, so it can be concluded that the functions on the system running well and the system can already to use.
Perancangan Application Programming Interface (API) Berbasis Web Menggunakan Gaya Arsitektur Representational State Transfer (REST) Untuk Pengembangan Sistem Informasi Administrasi Pasien Klinik Perawatan Kulit Beni Adi Pranata; Astria Hijriani; Akmal Junaidi
Jurnal Komputasi Vol. 6 No. 1 (2018)
Publisher : Jurusan Ilmu Komputer Fakultas MIPA Universitas Lampung

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.23960/komputasi.v6i1.1554

Abstract

Application Programming Interface (API) is an interface built by system developer so some or entire functions of the system can programatically be accessed. Representational State Transfer (REST) is one of API development architectural style that uses Hypertext Transfer Protocol (HTTP) for data communication. This research implemented REST in developing API as the back-end of the skincare clinic patient information system. API was developed using Javascript Object Notation (JSON) as the standard format for data communication and JSON Web Token (JWT) as user authentication code. This research indicates that the development of API successfully performed on the patient administration of skin care clinic and implementation of REST makes it easy to develop API structures. This research produced REST API-based back-end for the patient administration information system of skin care clinic. API was tested in three stages: JWT testing on multiple back-end servers, API testing with Equivalence Partitioning and system functional testing. Keywords: application programming interface (api), hypertext transfer protocol (http), javascript object notation (json), json web token (jwt), representational state transfer (rest).