atpuxiner /
fastapi-scaff
This is a fastapi scaff. (fastapi脚手架,一键生成项目或api,让开发变得更简单)
Loading repository data…
BaseMax / repository
This is a simple example of how to use Python FastAPI to create a simple authentication system based on phone number with SMS verification. We used SQLite as a database. (Login, Register, Auth, Panel, Whoiam, Hi)
This is a simple example of how to use FastAPI to create a simple authentication system based on phone number with SMS verification. We used SQLite as a database. (Login, Register, Auth, Panel, Whoiam, Hi)
/register: Register a new user (name, phone number, city)/login: Login with phone number/auth: Authenticate with verification code/panel: Get user info/whoiam: Get user role/hi: HiFastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
$ uvicorn main:app --reload
$ python test.py
$ python print-db.py
Copyright (c) 2022, Max Base
Selected from shared topics, language and repository description—not editorial ratings.
atpuxiner /
This is a fastapi scaff. (fastapi脚手架,一键生成项目或api,让开发变得更简单)
ObliviousAI /
This is the home of FastAPI for enclave applications! Get started in minutes 🎉
binaryYuki /
This project is a online video cms backend with a mature scrapy framework and async user-side push notification cron workers. Python-based web application with a framework of FastAPI for the backend. It includes health checks for Redis and MySQL, middleware for processing time, and session management. The application is containerized using Docker.
mrsofiane /
Mawaqi Api is a Rest Api for mawaqit.net, the mawaqit.net website gives you the prayer times for more than 8000 mosques around the world, the idea behind this api is to create an api web app that can be used as backend and data source with json format.
Tenacity-Dev /
This is a start repository for FastAPI with integrated SQLAlchemy 2, Alembic and Postgresql
This is code for a video about creating REST API with FastAPI, SQLAlchemy and PostgreSQL.