Coder Social home page Coder Social logo

kosen-intercollegiate-backend's Introduction

API Document

test

launch test server

chmod 755 test.sh
./test.sh

launch frontend

npm run dev
or 
npm start

GET /offers

{
  "code" : 0,
  "data" : {
    "page" : 1,
    "totalPage" : 1,
    "offers" : [
      {
        "id" : "f1c32b6c-eaa4-47d2-b4de-08df0c574098",
        "title" : "11/12合同説明会",
        "summary" : "A社,B社,C社の求人が一度に見れる説明会イベントです.",
        "imgSrc" : "http://example.com/11450904-0534-4f5a-9130-5816a67a91de.png"
      },
      {
        "id" : "b8dbe726-e1e9-4bb6-9429-742e8907cc5f",
        "title" : "11/15合同説明会",
        "summary" : "A社,B社,C社の求人が一度に見れる説明会イベントです.",
        "imgSrc" : "http://example.com/33286ac5-1241-4037-bbb6-f90b8deb90bb.png"
      }
    ]
  }
}

GET /offers/{offerId}

{
  "code" : 0,
  "offer" : {
    "id" : "f1c32b6c-eaa4-47d2-b4de-08df0c574098",
    "title" : "11/12合同説明会",
    "summary" : "A社,B社,C社の求人が一度に見れる説明会イベントです.",
    "imgSrc" : "http://example.com/11450904-0534-4f5a-9130-5816a67a91de.png",
    "content" : "A社:日本最大の商船会社 B社:タグボート事業会社 C社:XX港管理会社"
  }
}

kosen-intercollegiate-backend's People

Contributors

ynori123 avatar

Watchers

 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.