Skip to content

Containerized FastAPI microservice with MongoDB for user data and SQLite for logging, built using Docker Compose.

Notifications You must be signed in to change notification settings

Nawaf1208/Python-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Microservice with MongoDB & SQLite

Python FastAPI Docker MongoDB SQLite

A containerized Python microservice built with FastAPI that demonstrates the use of both SQL and NoSQL databases in a single application.

Features

  • Create and fetch user profiles via REST APIs
  • Store user data in MongoDB
  • Store application logs in SQLite
  • Swagger UI for API testing

Usage

docker compose up

About

Containerized FastAPI microservice with MongoDB for user data and SQLite for logging, built using Docker Compose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages