Skip to content

baharudinafif/if4050-2015-ServiceAdapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for Service Adapter Assignment on IF4050 2015

##Instruction

  1. Fork this repository https://github.com/if-itb/if4050-2015-ServiceAdapter.git
  2. Work on your fork --> commit --> push [as many as you want]
  3. [When you are done OR the deadline] create pull request

Each participnats should indicate clearly the following data:

  • NIM = 13511021
  • Name = Baharudin Afif S
  • GithubID = baharudinafif

Requreiments:

  1. Install nodejs and npm
  2. Install all required package (npm install)
  3. [OPTIONAL, if wanna use gulp]Install gulp as global library (npm install gulp --global)

How to Deploy

  1. Pull the repo How to Run
  2. Open terminal and execute "gulp" or "node app.js"
  3. open the browser
  4. Open this address (http://localhost:8000/api/peserta?ps={ps}&kode={kode}&kelas={class}), where {ps} = first 3 character of NIM, {kode} = course code and {class} = class number. Example: http://localhost:8000/api/peserta?ps=136&kode=AE4080&kelas=01

About

Tugas IF4050 - Matkul Adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%