Skip to content

cyber-evangelists/python-fastapi-users-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

python-fastapi-users-microservice

Features

  • FastAPI Framework: The project is built using FastAPI for creating asynchronous API endpoints.
  • SQLAlchemy: It uses SQLAlchemy as the ORM (Object-Relational Mapping) to interact with the SQLite database.
  • Pydantic: For data validation and serialization using Pydantic models.
  • Docker Support: A Dockerfile is included to easily containerize the application.
  • SQLite Database: A lightweight database for local development.

Installation

Prerequisites

  • Python 3.8 or higher
  • Virtualenv
  • Docker (optional, for containerization)

Setup

  1. Clone the repository:

    git clone https://github.com/cyber-evangelists/python-fastapi-users-microservice.git
    cd fastapi_users_microservice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published