Skip to content
/ zoo Public

An asynchronous zoo API, powered by FastAPI, SQLAlchemy 2.0, Pydantic v2, and Alembic

Notifications You must be signed in to change notification settings

juftin/zoo

Repository files navigation

ZOO

An asynchronous zoo API, powered by FastAPI, SQLAlchemy 2.0, Pydantic v2, and Alembic.

What is this?

zoo is a simple API example project that allows you to manage a zoo. It uses all the basic building blocks of a modern API, including

This project is meant to be a starting point for building your own API, it outlines the basic structure of an API project and provides a few examples of how to implement common features.