MagnetonBora / rest-api-secure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Workshop

Welcome to the FastAPI Workshop! This workshop is designed to help you get started with FastAPI, a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.

Table of Contents

Introduction

FastAPI is a powerful and easy-to-use framework that allows you to build APIs quickly and efficiently. In this workshop, we'll cover the basics of FastAPI, explore its features, and build a simple API together.

Prerequisites

Make sure you have the following prerequisites installed on your machine before starting the workshop:

Installation

Clone this repository and install dependencies with pip install -r requirements.txt.

Server

Run the following command:

uvicorn main:app --host localhost --port 8000 --reload

About


Languages

Language:Python 97.1%Language:Mako 1.4%Language:HTML 1.3%Language:Procfile 0.2%