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
Dependencies: Nodejs + Koa.js + koa-router + Github API + node-fetch
Dev Dependencies: Babel + Nodemon + Mocha + Chai
API: GET /att-issues
Result:
[
{
title,
body,
url,
commentsCount,
comments [
{
id,
url,
body
},
...
]
},
...
]
Local Development
npm i
npm run serve
Production build/serve
# Production build
npm run build
# Production build + start
npm start
Unit test
npm test