Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibm-cloud/serverless-guestbook
A serverless guestbook web application and API built with Cloud Functions
https://github.com/ibm-cloud/serverless-guestbook
bluetooth cloudfunctions ibm-cloud-cr ibm-cloud-solutions openwhisk serverless
Last synced: 1 day ago
JSON representation
A serverless guestbook web application and API built with Cloud Functions
- Host: GitHub
- URL: https://github.com/ibm-cloud/serverless-guestbook
- Owner: IBM-Cloud
- License: other
- Created: 2017-10-20T08:45:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T17:24:51.000Z (about 1 year ago)
- Last Synced: 2024-04-09T21:25:48.509Z (7 months ago)
- Topics: bluetooth, cloudfunctions, ibm-cloud-cr, ibm-cloud-solutions, openwhisk, serverless
- Language: JavaScript
- Homepage: https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-serverless-api-webapp#serverless-api-webapp
- Size: 47.9 KB
- Stars: 17
- Watchers: 11
- Forks: 452
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# A serverless guestbook web application and API built with Cloud Functions
The application is a simple guestbook website where users can post messages. It demonstrates how to build a serverless web application where static content is hosted in a storage bucket (here it uses GitHub Pages) and the backend is implemented with Cloud Functions. API Gateway is used to expose the Cloud Functions for the web user interface.
Refer to [this tutorial](https://console.bluemix.net/docs/solution-tutorials/serverless-api-webapp.html) for instructions.
## License
See [License.txt](License.txt) for license information.