Giter Site home page Giter Site logo

assignment-api's Introduction

Getting started

  1. Install dependencies npm install

  2. start server npm start

Now server is running on http://localhost:4000/sick

Example

GET /sick?q=담낭

HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Cache-Control: no-cache
Connection: keep-alive
Content-Length: 401
Content-Type: application/json; charset=utf-8
ETag: W/"191-7DnIoxk/oktj4DgKFpQhLQmCm7M"
Expires: -1
Keep-Alive: timeout=5
Pragma: no-cache
Vary: Origin, Accept-Encoding
X-Content-Type-Options: nosniff
X-Powered-By: Express
[
    {
        "sickCd": "C23",
        "sickNm": "담낭의 악성 신생물"
    },
    {
        "sickCd": "K81",
        "sickNm": "담낭염"
    },
    {
        "sickCd": "K82",
        "sickNm": "담낭의 기타 질환"
    },
    {
        "sickCd": "K87",
        "sickNm": "달리 분류된 질환에서의 담낭, 담도 및 췌장의 장애"
    },
    {
        "sickCd": "Q44",
        "sickNm": "담낭, 담관 및 간의 선천기형"
    }
]

assignment-api's People

Contributors

yeonuk-hwang avatar walking-sunset avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.