docker-rails-example VS full-stack-fastapi-template

Compare docker-rails-example vs full-stack-fastapi-template and see what are their differences.

docker-rails-example

A production ready example Rails app that's using Docker and Docker Compose. (by nickjj)

full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. (by tiangolo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
docker-rails-example full-stack-fastapi-template
32 28
910 23,069
- -
7.8 9.5
17 days ago 3 days ago
Ruby TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker-rails-example

Posts with mentions or reviews of docker-rails-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-05.
  • Rails 7.1 Released
    8 projects | news.ycombinator.com | 5 Oct 2023
    I took a 13,000 line Rails 7.0 app and updated it to 7.1. I had to change 1 line of test configuration code to make everything work.

    I would say that's a success for having an easy upgrade path. Now the fun part is going back to refactor some of the code to use the new features in 7.1.

    If anyone is curious, I updated my Rails / Docker example app to use 7.1 too https://github.com/nickjj/docker-rails-example. Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production -- complete with Postgres, Redis, Action Cable, Sidekiq and more.

  • Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and More
    2 projects | news.ycombinator.com | 5 Oct 2023
    Even though Rails 7.1 comes with a Dockerfile, there's still a lot of opinions you can add such as using Docker Compose to have a fully working out of the box experience that works in development and production.

    If anyone is interested in that, I updated my example Rails app https://github.com/nickjj/docker-rails-example to use Rails 7.1 a few hours after 7.1 dropped.

  • There is a release date for Rails 7.1?
    1 project | /r/ruby | 13 Mar 2023
    If you're itching for Docker compatibility I maintain https://github.com/nickjj/docker-rails-example.
  • Looking to use Docker & Docker Compose in production and need advice.
    6 projects | /r/docker | 10 Mar 2023
  • Docker Compose Examples
    14 projects | news.ycombinator.com | 25 Feb 2023
    - https://github.com/nickjj/docker-rails-example
  • Dockerfile for Development?
    3 projects | /r/rails | 22 Feb 2023
    There's https://github.com/nickjj/docker-rails-example if you're looking for an end to end 1 command solution that works in dev and prod. It pulls together Puma, Sidekiq, Action Cable, Postgres, Redis, esbuild and Tailwind. It's all set up and ready to use Hotwire as well.
  • Rails on Docker · Fly
    16 projects | news.ycombinator.com | 26 Jan 2023
    If anyone is looking for a more complete guide I put together this a while back: https://nickjanetakis.com/blog/a-guide-for-running-rails-in-...

    The post also includes a ~1h hour ad-free YouTube video. It includes running Rails and also Sidekiq, Postgres, Redis, Action Cable and ties in esbuild and Tailwind too. It's all managed by Docker Compose.

    The example app is open source at https://github.com/nickjj/docker-rails-example and it's optimized for both development and production. No strings attached.

  • Is it worth learning Ruby on Rails for 2023?
    1 project | /r/rails | 10 Dec 2022
    If you're interested I've created https://github.com/nickjj/docker-rails-example with a base project using Docker Compose, Postgres, Redis, Sidekiq, Tailwind and esbuild.
  • docker-compose file repository?
    8 projects | /r/docker | 20 Oct 2022
  • Quick Question: Health Check
    1 project | /r/rails | 16 Aug 2022
    I create an Up controller https://github.com/nickjj/docker-rails-example/blob/main/app/controllers/up_controller.rb and then have Uptime Robot https://uptimerobot.com/ hit it every few minutes.

full-stack-fastapi-template

Posts with mentions or reviews of full-stack-fastapi-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-30.
  • Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication
    5 projects | dev.to | 30 Oct 2023
    This project is a modification of the authentication flow of the awesome repository made by tiangolo at full-stack-fastapi-postgresql
  • Do you know any quality FastAPI starter projects?
    6 projects | /r/flask | 10 Oct 2023
  • What is a sensible way to go about designing an authentication microservice?
    3 projects | /r/Backend | 6 Jul 2023
    FastAPI with a PostgreSQL database: https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master
  • Faster way to kickstart and develop backend REST apis?
    4 projects | /r/Backend | 28 Jun 2023
  • Is a Framework like Django possible in Rust
    4 projects | /r/rust | 6 Jun 2023
    Ha! I do write SQL since that's where I cut my teeth many years ago. But I mostly use stored procedures where possible. I prefer not to use ORMs - sorry I don't find that side work... I am not saying Django's was bad or inferior, just do not prefer it. For FastAPI - maybe you missed the various repos with everything you mentioned was missing (there are great ones directly from the maintainer as well as others). No more glue than what you find in all the modules in a large Django project, just maybe in different forms and flavors. Besides, we're here to talk about Rust, making me wonder why we're debating two Python projects. Yes, I fell in love with Django, the romance faded in 2018, and I moved on. Feel free to enjoy using it - I'm not trying to sway you away from it!
  • Is there any open source project that uses FasAPI?
    8 projects | /r/FastAPI | 25 Apr 2023
  • How to build a scalable project file structure for a beginner.
    3 projects | /r/FastAPI | 10 Mar 2023
    I've just recently switched to a structure that follows Netflix's Dispatch application after starting with https://github.com/tiangolo/full-stack-fastapi-postgresql and it feels way better and organized.
  • ORM for FastAPI+PostgreSQL, Tortoise or Sqlalchemy? what would you choose and why?
    3 projects | /r/Python | 29 Jan 2023
  • Creating a webpage for data entry
    1 project | /r/learnpython | 28 Jan 2023
    Honestly your easiest option for data gathering would be to create google spreadsheets/forms and give each municipality access. For a custom data entry platform I suggest looking for templates like this one and learning how to add custom logic to the boilerplate: https://github.com/tiangolo/full-stack-fastapi-postgresql
  • FastAPI Best Practices
    4 projects | /r/Python | 18 Aug 2022
    I would encourage you to take a look at this repo: https://github.com/tiangolo/full-stack-fastapi-postgresql This is a boilerplate of an application made with fastapi, prepared by the creator of the fastapi himself. You can even set it up yourself locally and have a look how it’s organised. I know it has a lot of different services included, but I find the fastapi part itself to be well thought. Inside the api directory you can notice another folder named api_v1, so you can have multiple versions of your API routes when needed, with the general code in other places that is more generic and can be reused in all your different API versions. The schemas are separated from the models and models itself have different classes depending on what you would actually like to do with the data. The migrations are managed with alembic based on schemas rather than models itself. The settings are a python class that implicitly reads the .env file in your project’s directory. And many, many other interesting patterns to explore. Too much to write in one comment to be honest.

What are some alternatives?

When comparing docker-rails-example and full-stack-fastapi-template you can also consider the following projects:

importmap-rails - Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.

fastapi-starter - A FastAPI based low code starter/boilerplate: SQLAlchemy 2.0 (async), Postgres, React-Admin, pytest and cypress

vite_ruby - ⚡️ Vite.js in Ruby, bringing joy to your JavaScript experience

fastapi-react - 🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker

rails7-on-docker - Working Rails 7 demo application running in Docker. No node.js or webpack required.

uvicorn-gunicorn-fastapi-docker - Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

jsbundling-rails - Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.

cookiecutter-djangopackage - A cookiecutter template for creating reusable Django packages quickly.

esbuilder - Integrate esbuild into Rails

fastapi-users - Ready-to-use and customizable users management for FastAPI

hotwire-chat - Hotwire Chat is a demo Ruby on Rails web application built with Hotwire.

docker-celery-flower - Minimum docker/fastapi/celery/flower setup