https://github.com/sagor0078/makeing-chatbot-with-serverless-functions
https://github.com/sagor0078/makeing-chatbot-with-serverless-functions
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagor0078/makeing-chatbot-with-serverless-functions
- Owner: Sagor0078
- Created: 2024-03-08T14:24:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T13:55:47.000Z (about 1 year ago)
- Last Synced: 2025-01-11T11:23:40.895Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### to call Microservice
something like this
```bash
curl -X 'POST' \
'https://didactic-trout-vw545jg5q5wc6p69-8080.app.github.dev/wiki' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"name": "Microsoft"
}'
```
### Build container`docker build .`
`docker image ls`
docker run -p 127.0.0.1:8080:8080 efbc045b1989