https://github.com/yeukfei02/hacker-news-node-ts-serverless
hacker-news-node-ts-serverless
https://github.com/yeukfei02/hacker-news-node-ts-serverless
apollo-server aws-apigateway aws-lambda aws-xray graphql nexus nodejs serverless
Last synced: 8 months ago
JSON representation
hacker-news-node-ts-serverless
- Host: GitHub
- URL: https://github.com/yeukfei02/hacker-news-node-ts-serverless
- Owner: yeukfei02
- License: mit
- Created: 2020-10-25T02:15:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:37:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:16.890Z (9 months ago)
- Topics: apollo-server, aws-apigateway, aws-lambda, aws-xray, graphql, nexus, nodejs, serverless
- Language: TypeScript
- Homepage:
- Size: 602 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hacker-news-node-ts-serverless
hacker-news-node-ts-serverless
documentation:
api url:
## Requirement
- install yarn
- install node (v14+)
- install serverless## Testing and run
```zsh
// test api in local
$ yarn run dev// deploy to serverless
$ yarn run deploy// open serverless dashboard
$ yarn run dashboard// lint code
$ yarn run lint// format code
$ yarn run format// run test case
$ yarn run test// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```