Pinned Repositories
django-celery
Example of how to handle background processes with Django, Celery, and Docker
django-on-docker
Dockerizing Django with Postgres, Gunicorn, and Nginx
fastapi-celery
Example of how to handle background processes with FastAPI, Celery, and Docker
fastapi-crud-async
FastAPI CRUD
fastapi-sqlmodel-alembic
Sample FastAPI project that uses async SQLAlchemy, SQLModel, Postgres, Alembic, and Docker.
fastapi-tdd-docker
Test-Driven Development with FastAPI and Docker
fastapi-vue
Single Page App with FastAPI and Vue.js
flask-on-docker
Flask + Docker
flask-vue-crud
Single Page App with Flask and Vue.js
flask-vue-kubernetes
Flask + Vue + Postgres + Docker + Kubernetes
testdrivenio's Repositories
testdrivenio/fastapi-crud-async
FastAPI CRUD
testdrivenio/flask-on-docker
Flask + Docker
testdrivenio/fastapi-tdd-docker
Test-Driven Development with FastAPI and Docker
testdrivenio/django-celery
Example of how to handle background processes with Django, Celery, and Docker
testdrivenio/fastapi-react
Single Page App with FastAPI and React
testdrivenio/fastapi-jwt
Secure a FastAPI app by enabling authentication using JSON Web Tokens (JWTs)
testdrivenio/django-celery-beat
Example of how to manage periodic tasks with Django, Celery, and Docker
testdrivenio/flask-htmx-tailwind
Flask + htmx + Tailwind CSS
testdrivenio/fastapi-crud-sync
FastAPI CRUD
testdrivenio/taxi-react-app
Code for the Taxi React course
testdrivenio/simple-task-queue
asynchronous task queues using python's multiprocessing library
testdrivenio/fastapi-celery-project
testdrivenio/fastapi-ml
deploying an ML model to Heroku with FastAPI
testdrivenio/django-celery-project
The Definitive Guide to Celery and Django
testdrivenio/django-docker-traefik
Django with Docker and Traefik
testdrivenio/flask-stripe-checkout
Setting up Stripe Checkout with Flask
testdrivenio/docker-ci-cache
Speed up your Docker-based builds on CircleCI, GitLab CI/CD, and GitHub Actions with Docker Layer Caching and BuildKit
testdrivenio/flask-docker-swarm
Running Flask on Docker Swarm
testdrivenio/flask-react-aws
testdrivenio/flask-ses-rq
Send confirmation emails to newly registered users with Flask, Redis Queue, and Amazon SES
testdrivenio/flask-celery-project
Add Celery to a Flask application
testdrivenio/flask-social-auth
Set up social auth with Flask and Flask-Dance.
testdrivenio/django-performance-testing
automated django performance tests
testdrivenio/django-static-media-files
Working with Static and Media Files in Django
testdrivenio/django-party
testdrivenio/django-digitalocean-spaces
Django + DigitalOcean Spaces
testdrivenio/django_rest_framework_app
End project for the DRF course: https://testdriven.io/courses/django-rest-framework/
testdrivenio/django-db-indexes
testdrivenio/party-app-fastapi
testdrivenio/testdriven-loadbalancer-tdd-tutorial
Source Code for the testdriven Load Balancer TDD tutorial