https://github.com/chameleontartu/notifications-api
Simple API developed with FastAPI
https://github.com/chameleontartu/notifications-api
Last synced: 5 months ago
JSON representation
Simple API developed with FastAPI
- Host: GitHub
- URL: https://github.com/chameleontartu/notifications-api
- Owner: ChameleonTartu
- Created: 2021-04-07T11:27:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T11:58:46.000Z (over 4 years ago)
- Last Synced: 2024-12-29T09:28:44.733Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/igrigorik/ga-beacon)
This source code is part of the presentation about secure localhost tunneling.
Developed with [FastAPI](https://fastapi.tiangolo.com/)
It has 2 endpoints:
`GET /` - with predefined response {"message": "Pong"}
`POST /notification` - that returns incoming body and print notification to console
Note: Project developed with `poetry` dependency manager.
To run code: `poetry run uvicorn app:app --reload`