https://github.com/alotab/dockerize-stackoverflow-fastapi
This is python application that leverage on Stackoverflow api to get all questions and answers on Stackoveflow.
https://github.com/alotab/dockerize-stackoverflow-fastapi
Last synced: 10 months ago
JSON representation
This is python application that leverage on Stackoverflow api to get all questions and answers on Stackoveflow.
- Host: GitHub
- URL: https://github.com/alotab/dockerize-stackoverflow-fastapi
- Owner: Alotab
- License: mit
- Created: 2023-02-25T00:07:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T02:18:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T02:43:32.244Z (12 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Alotab/dockerize-stackoverflow-fastapi/actions/workflows/main.yml)
# dockerize-stackoverflow-fastapi
This is a python application that leverages on Stackoverflow api to get all questions and answers on Stackoveflow.
## Project scaffold
* Makefile
* requirements.txt
* source code files
## Command Line Tool
* add fire to your requirments.txt
* create a new file `touch stackquestions.py`
* import the logic function to this file
* import fire
* Make the file executable `chmod +x stackquestions.py`
* Read the documentation `./stackquestions.py --help`
* Run the file ` ./stackquestions.py --name 'python' `
<<<<<<< HEAD
## Move to Production
* Build Dockerfile to containerize it
* Build Web app `FastAPI`
* Push to Cloud `AWS Cloud 9` - `App runner`
=======
>>>>>>> 3e8005847253401432147e8dcf2e81d14cb6685e