https://github.com/yeukfei02/ntu-shuttle-bus-api
ntu-shuttle-bus-api
https://github.com/yeukfei02/ntu-shuttle-bus-api
hacktoberfest nodejs ntu ntu-bus-arrival serverless typescript
Last synced: 6 months ago
JSON representation
ntu-shuttle-bus-api
- Host: GitHub
- URL: https://github.com/yeukfei02/ntu-shuttle-bus-api
- Owner: yeukfei02
- License: mit
- Created: 2022-03-12T04:38:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:50:11.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:53:41.562Z (about 1 year ago)
- Topics: hacktoberfest, nodejs, ntu, ntu-bus-arrival, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ntu-shuttle-bus-api
ntu-shuttle-bus-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
```