Skip to content

ThiagoKS-7/FastAPI-MVC_with_JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages