Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chameleontartu/notifications-api

Simple API developed with FastAPI
https://github.com/chameleontartu/notifications-api

Last synced: 12 days ago
JSON representation

Simple API developed with FastAPI

Awesome Lists containing this project

README

        

[![Analytics](https://ga-beacon.appspot.com/G-R4W32GTLE2/notifications-api/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`