Sign inSign up

wsskeleton/che-hello

By wsskeleton

Updated almost 8 years ago

Sample for walking skeleton

Image
0

2.4K

wsskeleton/che-hello repository overview

Service

This is a very simple REST server

db.json contains a set of users

{
  "users": [
    {
      "id": 1,
      "first_name": "Eclipse",
      "last_name": "Che"
    },
    {
      "id": 2,
      "first_name": "Eclipse",
      "last_name": "Theia"
    }
  ]
}

It uses db.json file to start a REST-API server proposing to list/update/create/delete users.

It is listening on port 8080 and then path is : http://<server-location>:8080/users

Tag summary

Content type

Image

Digest

Size

31.7 MB

Last updated

almost 8 years ago

docker pull wsskeleton/che-hello