Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 306 Bytes

File metadata and controls

29 lines (20 loc) · 306 Bytes

Introduction

Simple Python SCIM server application

Prerequisites

TBD

Technologies

  • FastAPI
  • Pydantic
  • FakeRedis

Getting Started

1. Clone the Repository

git clone <repository-url>
cd <project-directory>

2. Run the Application

fastapi run main.py

Usage

TBD