https://github.com/noahgift/functions-from-zero
live training
https://github.com/noahgift/functions-from-zero
Last synced: 8 months ago
JSON representation
live training
- Host: GitHub
- URL: https://github.com/noahgift/functions-from-zero
- Owner: noahgift
- Created: 2022-03-17T09:16:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T13:19:19.000Z (over 2 years ago)
- Last Synced: 2024-05-02T06:01:04.410Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 21.5 KB
- Stars: 20
- Watchers: 5
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# functions-from-zero
live training[](https://github.com/noahgift/functions-from-zero/actions/workflows/main.yml)
### To call Microservice
something like this
```bash
curl -X 'POST' \
'https://noahgift-functions-from-zero-r7g59wcxx6x-8080.githubpreview.dev/wiki' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"name": "Microsoft"
}'
```### Build container
`docker build .`
`docker image ls`### Run container
something like this
`docker run -p 127.0.0.1:8080:8080 a81ce4f35866`
### Invoke POST request
run `invoke.sh`
## References
* [Watch Walkthrough on YouTube](https://youtu.be/KOAdCqpQSI4)