GithubHelp home page GithubHelp logo

fastapi-start-ship's Introduction

Fastapi Start Ship

I've built a lightning-fast API using Python's coolest framework, FastAPI. It's like a sleek, customizable race car for your data. I've engineered it with a clean architecture, meaning the code is organized and easy to understand (even for non-engineers!). Think of it as building a house with a solid foundation – it's strong, flexible, and ready for anything. Let's see how fast we can make your ideas fly!

Features

Your Start Ship's Core Features:

  • Blast Off with Authentication: Securely launch your missions with our rock-solid register, login, and testing APIs.
  • Built-in Navigation: Your ship comes equipped with FastAPI's docs for easy-to-use documentation.
  • Data Connections: Power your journey with data from local or remote database using SQLAlchemy.
  • Secret Services: Protect your valuable data with our JWT security shield.
  • Future-Proof Design: Easily adapt to new missions with our flexible API versioning system.
  • Clean and Spacious Architecture: Your ship is built for speed and customization with a clean design.
  • Engineer-Approved Blueprint: We've followed the SOLID principles for a sturdy and reliable foundation.
  • Test Flight Ready: Get started quickly with our pre-packed Postman toolkit.
  • Deploy Ready: Docker and docker compose deployment is ready to launch in seconds.

Project Architecture

FastAPI-Start Ship
├── api
   ├── injection
      ... depedency injection
   ├── middleware
      ... api middleware
   ├── v1
      ├── form
         ... request form
      ├── repository
         ... implementation of repository
      ├── routes
         ... api routes
      ├── path.py
   ├── exception.py
   ├── routes.py
   ├── settings.py
├── core
   ├── dto
      ... application dto
   ├── model
      ... application related model
   ├── repository
      ... abstract class of repository
   ├── services
      ... application service
   ├── static
      ... static variable 
   ├── utils
      ... applciation utility
├── migrations
   ... yoyo and sql migration file
├── postman
   ... real case API test 
├── psql_db
   ├── model
      ... database model
   ├── settings.py
├ app.py

Depedency

I am using Python 3.12.3, you may use lower or higher version of Python, but keep in mind to tune the library in requirements.txt

That's All

Thanks you and best regards!

fastapi-start-ship's People

Contributors

rizquuula avatar

Watchers

 avatar  avatar

Forkers

mhdikhsan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.