REST API backend for Tofu - a to-do list app with a twist.
Go to file
Lexi / Zoe 50aff05614
Implement task API with input validation; implement error handling; refactoring
2022-09-23 20:38:34 +02:00
api_tests Implement task API with input validation; implement error handling; refactoring 2022-09-23 20:38:34 +02:00
migrations Implement BaseModel class, TimestampMixin, TzDateTime type; cleanup Task model 2022-04-15 21:45:10 +02:00
tofu_api Implement task API with input validation; implement error handling; refactoring 2022-09-23 20:38:34 +02:00
.gitignore Add Docker dev environment and initial code 2022-03-25 20:03:33 +01:00
Dockerfile.dev Update dependencies and fix deprecations 2022-09-17 17:21:36 +02:00
LICENSE.md Add Docker dev environment and initial code 2022-03-25 20:03:33 +01:00
Makefile Add Alembic to project for database migrations 2022-04-15 16:10:38 +02:00
Pipfile Update dependencies and fix deprecations 2022-09-17 17:21:36 +02:00
Pipfile.lock Update dependencies and fix deprecations 2022-09-17 17:21:36 +02:00
README.md Add Docker dev environment and initial code 2022-03-25 20:03:33 +01:00
alembic.ini Add Alembic to project for database migrations 2022-04-15 16:10:38 +02:00
config.dev.yml Switch to MariaDB database 2022-04-15 03:10:10 +02:00
development.env Update dependencies and fix deprecations 2022-09-17 17:21:36 +02:00
docker-compose.yml Add Alembic to project for database migrations 2022-04-15 16:10:38 +02:00

README.md

Tofu - REST API

REST API backend for Tofu - a to-do list app with a twist.