An open API service indexing awesome lists of open source software.

https://github.com/alextraveylan/parentslistmaker

An API for managing an application that allows the creation and organization of elected parent-teacher representative lists. This project simplifies record-keeping and enhances communication between parents and educational institutions.
https://github.com/alextraveylan/parentslistmaker

api-rest fastapi pytest python railway-app sqlmodel

Last synced: 3 months ago
JSON representation

An API for managing an application that allows the creation and organization of elected parent-teacher representative lists. This project simplifies record-keeping and enhances communication between parents and educational institutions.

Awesome Lists containing this project

README

        

# ParentsListMaker

## Overview

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

## Getting Started

### Prerequisites

Python 3.12

### Installing

```bash
pip install -r dev-requirements.txt
```

## Running the tests

```bash
pytest
```

## Running the application

```bash
fastapi dev app/main.py
```