Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 26, 2022 06:19 pm GMT

FastAPI - Open-Source Starters

Hello coders!

This article presents a curated list of open-source starters powered by FastAPI, a trending Python framework. All mentioned products are released on GitHub and the permissive license allows using the sources in commercial projects and eLearning activities.

Thanks for reading!

FastAPI Mini eCommerce

This starter built on top of a nice Bootstrap 5 design provides a simple integration of FastAPI and Stripe. The products are saved in JSON files and the UI is rendered and provisioned the information from files.

FastAPI & Stripe Starter - public repository

FastAPI & Stripe - Open-Source Starter

The Stripe payment flow, in order to be functional, requires to have Stripe secrets saved in the env file when the project starts. Here is the full list of features, as mentioned in the README:

  • Tech Stack: FastAPI, Stripe
  • UI: Boostrap 5, Soft Design (free version)
  • Simple JSON persistence for products
  • Products Discovery from this directory

Once the product is up & running, we should be able to complete payment flows via Stripe and FastAPI.

FastAPI Soft Dashboard

This product comes with a database, Alembic for the migration layer, API, a nice integrated UI, and unitary tests.

FastAPI Soft Dashboard - source code

Soft Dashboard, the design used to style the pages, is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining - design credits Creative-Tim.

FastAPI Soft Dashboard - Open-Source Starter.

Product highlights

  • Up-to-date dependencies, Modular Codebase
  • Persistence: SQLite, MySql (production)
  • Authentication: Basic & OAuth
  • API: Products & Sales (linked tables)
  • Unitary tests

The product is under development for more features like chart integration, background tasks, and CI/CD deployment.

Thanks for reading! For more tools and support feel free to access:


Original Link: https://dev.to/sm0ke/fastapi-open-source-starters-38j3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To