Skip to content

fastapi-startkit/fastapi-startkit.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Starter Kit Documentation

This repository contains the source code for the documentation site of the FastAPI Starter Kit, accessible at fastapi-startkit.github.io.

The documentation is built using VitePress, a Vite-native documentation framework.

🚀 Development

To run the documentation site locally for development:

# Install dependencies
npm install

# Start local development server
npm run docs:dev

🏗️ Build and Deployment

The site is automatically built and deployed to GitHub Pages using GitHub Actions.

📁 Repository Structure

  • docs/: Contains the Markdown files for the documentation.
  • .vitepress/: VitePress configuration and theme customizations.
  • index.md: The landing page of the documentation site.

About

Docs for the Fastapi StartKit, a production-ready boilerplate for building scalable microservices with FastAPI and Python. It provides a modular project structure, CLI-based scaffolding, and preconfigured essentials like logging, database setup, environment management, and testing—helping developers quickly ship backend services with best practice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors