Bored on a Friday night I decided to see whether I could just create some simple API endpoints with Python and the help of ChatGPT. Why?
- I am not a developer so though I can understand and write some code in Python there would be no way I would be able to code it from scratch
- I needed to make my £20 worth of ChatGPT subscription
So can a DevOps engineer with some coding experience create an API in Python?
.
└── Python-API
├── Swagger
│ ├── data_get.yaml
│ ├── data_post.yaml
│ ├── login.yaml
│ └── run_script.yaml
├── app.py
├── DockerFile
├── requirements.txt
└── script.ps1