Skip to content

yiyao8932/github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Project

Thank you for reviewing my test project. Here are some introductions and instructions.

The project is deployed on amazon web service.

Deployed Link: Amazon Web Service

Tech Stack

Dependencies: Nodejs + Koa.js + koa-router + Github API + node-fetch

Dev Dependencies: Babel + Nodemon + Mocha + Chai

Restful API Spec

API: GET /att-issues
Result:
[
  {
    title,
    body,
    url,
    commentsCount,
    comments [
      {
        id,
        url,
        body
  	  },
  	  ...
    ]
  },
  ...
]

Quick Start

Local Development

npm i
npm run serve

Production build/serve

# Production build
npm run build
# Production build + start
npm start

Unit test

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published