The Wayback Machine - https://web.archive.org/web/20200821125923/https://github.com/topics/fastapi
Skip to content
#

fastapi

Here are 462 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Aug 9, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
Buuntu
Buuntu commented Jun 3, 2020

There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.

The fullstack Vue project has an example of a containerized SMTP server.

rgarrigue
rgarrigue commented Apr 24, 2020

HI again ! Last issue for the period I believe ;-)

Would you mind adding a quick doc about how to extend the metrics ? The FastAPI / starlette ones are a very good basis, but I'ld like to add some related to my app.

For example I have a Postgres database, I want to add the number of active subscription in the metrics, aka the result of a SELECT * FROM subscription WHERE active == 1 that wo

Improve this page

Add a description, image, and links to the fastapi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fastapi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.