https://github.com/objectisadvantag/githubactions-sample
https://github.com/objectisadvantag/githubactions-sample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/objectisadvantag/githubactions-sample
- Owner: ObjectIsAdvantag
- Created: 2022-08-24T12:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T15:36:25.000Z (over 2 years ago)
- Last Synced: 2025-01-17T00:17:21.897Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example from fastapi integrated with github actions
# Install & Run
# Test
curl -s http://localhost:8000/items/ -H 'Content-Type: application/json' -d '{"name":"Car", "price":1500, "tax":300, "description": "brand new car"}'