Skip to content

Demo of a todo app to demonstrate the dataclass_mapper library

License

Notifications You must be signed in to change notification settings

dataclass-mapper/todo-app-demo

Repository files navigation

Todo-App

A small example application for demonstrating and testing the dataclass-mapper library.

# install depencies
poetry install --sync --with=dev

# create database
poetry run alembic upgrade head

# seed database with some example data
poetry run seed

# run the backend application
poetry run app

About

Demo of a todo app to demonstrate the dataclass_mapper library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published