Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeukfei02/singapore-cheap-food-api
singapore-cheap-food-api
https://github.com/yeukfei02/singapore-cheap-food-api
google-cloud google-cloud-functions python serverless
Last synced: about 1 month ago
JSON representation
singapore-cheap-food-api
- Host: GitHub
- URL: https://github.com/yeukfei02/singapore-cheap-food-api
- Owner: yeukfei02
- License: mit
- Created: 2024-03-01T14:44:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T08:41:23.000Z (11 months ago)
- Last Synced: 2024-11-12T05:13:34.703Z (3 months ago)
- Topics: google-cloud, google-cloud-functions, python, serverless
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singapore-cheap-food-api
singapore-cheap-food-api
documentation:
findAddress api url:
getCheapFood api url:
## Requirement
- install yarn
- install node (v18)
- install python (v3.9)
- install serverless
- install gcloud cli## Testing and run
```zsh
// get bearer token
$ gcloud auth print-identity-token// deploy to serverless
$ yarn run deploy// generate .serverless folder
$ yarn run package// remove serverless services in google cloud
$ yarn run remove// check serverless.yml
$ yarn run doctor
```