Skip to content

totalknowledge/sample-python-fastapi-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI User Management API

Synopsis

This application provides a RESTful API for user management, utilizing FastAPI with SQLite for data persistence. It supports operations such as creating, reading, updating, and deleting user information. The API is documented and can be interacted with via Swagger UI and ReDoc.

Minimum Python Version

  • Python 3.7 or higher

Installation

Install the required dependencies using pip:

pip install -r requirements.txt

Starting the API

Launch the API server with the following command:

./start_service.sh

or on Windows

start_service.bat

The --reload option is recommended during development for automatic reloading on code changes but can be removed for production.

Accessing API Documentation

About

Simple example of an endpoint using Python, Fastapi, and sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published