Categorygithub.com/7-Rohan/HW-Server_Deployment
modulepackage
0.0.0-20210930144600-e5504d8aefd1
Repository: https://github.com/7-rohan/hw-server_deployment.git
Documentation: pkg.go.dev

# README

HW-Server_Deployment

Repository ini adalah projek golang-web sederhana untuk memenuhi Homework-Server_Deployment.

Hasil Akhir

Laman hasil akhir dapat dilihat di https://hwheroku-deployment-18797.herokuapp.com/.

Untuk mengakses salah satu data user: https://hwheroku-deployment-18797.herokuapp.com/{userid}, contohnya https://hwheroku-deployment-18797.herokuapp.com/sammy

Untuk mengakses jumlah follower yang dimiliki suatu user: https://hwheroku-deployment-18797.herokuapp.com/follower/{username}, contohnya https://hwheroku-deployment-18797.herokuapp.com/follower/SammyShark

Terima kasih

Berikut list data user yang ada:

{
  "drew":{"username":"DrewSquid","followers":321},
  "jamie":{"username":"JamieMantisShrimp","followers":654},
  "jesse":{"username":"JesseOctopus","followers":432},
  "sammy":{"username":"SammyShark","followers":987}
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author