An open API service indexing awesome lists of open source software.

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

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
```