- Notifications
You must be signed in to change notification settings - Fork3
Display your stats with this unique StackOverflow Badge
License
NotificationsYou must be signed in to change notification settings
claytonjhamilton/stackoverflow-badge
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository is my experiment with setting up an API from scratch and serving data to end users. Along the way I was able to learn how to use GitHub Actions, write simple Python tests, and improve my understanding of FastAPI.Update the following to include your StackOverflow UserID and embed in your GitHub profile's README or other markdown document:
[](https://stackoverflow.com/users/14122375/hamiltonpharmd)- Find an issue you're interested in resolving
- Fork and clone this repo
- Create a virtual environment
- Run
pip install -r requirements.txt - Complete code edits
- To start the app run
uvicorn main:api - Open this address in your browser to view the badge:http://127.0.0.1:8000/api/StackOverflowBadge/14122375
- Run tests using from project root dir
python -m pytest tests/and ensure all pass - Update flake8 badge
genbadge flake8 --output-file ./reports/report_badges/flake8-badge.svg - Submit changes as a PR
About
Display your stats with this unique StackOverflow Badge
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.