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.
- Host: GitHub
- URL: https://github.com/alextraveylan/parentslistmaker
- Owner: AlexTraveylan
- License: mit
- Created: 2024-08-21T14:24:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T21:49:15.000Z (9 months ago)
- Last Synced: 2025-01-13T10:50:57.506Z (5 months ago)
- Topics: api-rest, fastapi, pytest, python, railway-app, sqlmodel
- Language: Python
- Homepage: https://parentslistmaker.up.railway.app/docs
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```