Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 864 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 864 Bytes

FastAPI MVC API with JWT auth

Table of Contents

About

Flowih FastAPI

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Python

Installing

create virtualenv

python3 -m venv venv

activate env

source venv/bin/activate

install requirements

pip install -r requirements.txt

run the api

uvicorn main:app --reload

Usage

Add notes about how to use the system.