Skip to content

szto/foxy-reminder

Repository files navigation

Foxy-reminder: The Reminders App

A simple reminder app for the foxy.

foxy-reminder-logo

Install

To install project dependencies:

# uv
uv pip install -r requirements.txt

# pip
pip intstall -r requirements.txt

Run

To run the app:

uvicorn app.main:app --reload

To load the app, open your browser to "http://127.0.0.1:8000"

Test

To run the tests:

pytest

Format and Lint

ruff format
ruff check

Logging into the app

The config.json file declares the users for the app. You may use any configured user credentials, or change them to your liking.

Setting the database path

The app uses TinyDB, which stores the database as a JSON file. The default database filepath is reminder_db.json.

Credits

Releases

No releases published

Packages

No packages published

Languages