shinseitaro / FastAPI-Handson

fastapi handson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI-Handson

この資料は PyLadies Tokyo Meetup #72 オンライン FastAPI ハンズオン - connpass のハンズオン資料です

ハンズオン事前準備

デプロイ

最初のステップ

レポジトリの構成

.
├── README.md
├── api # FastAPI でAPI構築
├── data
├── db.sqlite3
├── democat # ClojureScript でフロントエンド構築 
├── deploy.md
├── environment.md 
├── first_step # はじめての FastAPI スクリプト
├── learning_center # FastAPI を使うための学習ノートブック
├── main.py
├── requirements.txt
└── startup.txt

前回の復習

2022/07/30(土)の復習

  1. FastAPI とは
  2. 環境構築
  3. FastAPI はじめのいっぽ
  4. FastAPI を支えるライブラリの説明
    • sqlalchemy

About

fastapi handson


Languages

Language:JavaScript 79.2%Language:Clojure 20.1%Language:Jupyter Notebook 0.6%Language:Python 0.2%Language:HTML 0.0%