Skip to content

janjanbalitaan/fastapi-with-memcached-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI with Memcached Implementation

FastAPI with Memcached Implementation Sample using Python 3

Similar implementation with My Redis Sample

TODOs

  • Automated Test Cases

Requirements

Installation

  • Create a virtual environment
python3 -m venv venv
  • Enable the virtualenvironment
source venv/bin/activate
  • Install libraries
pip install -r requirements.txt
  • Create a environment variable file (rename/copy sample.env file to .env and update the values)
cp sample.env .env

Usage

  • Running the application
uvicorn app.app:app --reload --host 0.0.0.0 --port 8000

API Documentation

  • Docs - Swagger Documentation

Releases

No releases published

Packages

No packages published