Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 306 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 306 Bytes

ParentsListMaker

Overview

This is a simple API to manage a list of parents.

Getting Started

Prerequisites

Python 3.12

Installing

pip install -r dev-requirements.txt

Running the tests

pytest

Running the application

fastapi dev app/main.py