How to use this image.
1.pull image to your docker ,open your Terminal and Enter this: docker pull korawibunyuen/rest
2.followed by this:
docker run -d --name [name] -p 8082:3300 korawibunyuen/rest
be completed!
have what in this image?
in this image have node.js to make a REST API (Representational State TransferApplication Programming Interface) is a web server.
how to use API?
API can use with http://locahost:8082/[http method]
http method GET — Retrieve POST — Create PUT — Update DELETE — Delete ..... others
in this web server you can use by: POST : http://localhost:8082/user GET : http://localhost:8082/user PUT : http://localhost:8082/user DELETE : http://localhost:8082/user:[id]
image นี้จัดทำขึ้นเพื่อ Lab Exercise week ที่12 Application Deployment with Networking รายวิชา CPE407 หัวข้อเรื่อง Node App Image (Case Study: REST API) ผู้จัดทำ นาย กรวีร์ บุญยืน รหัสนักศึกษา 63020391 คณะ เทคโนโลยีสารสนเทศ สาขาวิชา วิศวกรรมคอมพิวเตอร์
อาจารย์ผู้สอน ดร.ผิน ฉัตรแก้วมณี
อาจารย์ผู้ตรวจ ดร.ผิน ฉัตรแก้วมณี
ขอแสดงความนับถือ นาย กรวีร์ บุญยืน 63020391
Content type
Image
Digest
sha256:37676f0cf…
Size
51.9 MB
Last updated
over 3 years ago
docker pull korawibunyuen/rest