Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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