https://github.com/yeukfei02/trello-clone-api
trello-clone-api
https://github.com/yeukfei02/trello-clone-api
apollo-server aws-apigateway aws-lambda dynamodb graphql nexus nodejs serverless trello
Last synced: 9 months ago
JSON representation
trello-clone-api
- Host: GitHub
- URL: https://github.com/yeukfei02/trello-clone-api
- Owner: yeukfei02
- License: mit
- Created: 2020-12-24T11:03:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:14:59.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:53:47.707Z (about 1 year ago)
- Topics: apollo-server, aws-apigateway, aws-lambda, dynamodb, graphql, nexus, nodejs, serverless, trello
- Language: TypeScript
- Homepage:
- Size: 371 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
# trello-clone-api
trello-clone-api
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
// use eslint and prettier to format code
$ yarn run lint
// run test case
$ yarn run test
// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```