https://github.com/yeukfei02/currency-converter-api
currency-converter-api
https://github.com/yeukfei02/currency-converter-api
aws-apigateway aws-lambda currency currency-converter nestjs nodejs serverless typescript
Last synced: 2 months ago
JSON representation
currency-converter-api
- Host: GitHub
- URL: https://github.com/yeukfei02/currency-converter-api
- Owner: yeukfei02
- License: mit
- Created: 2022-09-25T13:58:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:25:03.000Z (over 2 years ago)
- Last Synced: 2025-01-11T01:27:05.127Z (over 1 year ago)
- Topics: aws-apigateway, aws-lambda, currency, currency-converter, nestjs, nodejs, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# currency-converter-api
currency-converter-api
documentation:
api url:
## Requirement
- install yarn
- install node (v16+)
- 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
```