GithubHelp home page GithubHelp logo

fastapi_saas_template's Introduction

FastAPI SAAS Template

FastAPI is a web framework which can be applied to various problems. Building Subscription As a Service application is one use case.

As such I left the need to create a template that provides a lot of base/out of the box features such as Configs, Migrations, Authentication, Authorization and Permissions.

The core of the Application is a User Auth module and Organizations.

Organization is a team with team members. Invites can be sent via Links which can be revoked.

Permissions include freemium block checks as dependencies, an example is limiting the number of organizations a freemium user can have to 2.

Admin right actions: Only Admin can perform such actions. Strict Member Actions.

Installation

Click on use Template at the top righthand corner of the screen which would create a repository for you.

After Cloning the repo we are down to usage.

Usage

first thing is to set up your virtual environment.

By way of illustration I will provide snippets to help you setup.

Ps. All commands below are terminal commands.

creating a virtualenv via venv

python3 -m venv {name of your env}

To activate your venv

source {name of your venv}/bin/activate

Please create a dotenv file for your environment variables. An example environment variable is provided. This file is called .example.env.

Installing Requirements can be done by using this command.

pip install -r requirements.txt

Migrating DB with Alembic

alembic upgrade heads

Starting your Server

uvicorn src.app.main:app --reload

PostMan Collection.

I create a postman collection that can be forked for testing. here -> https://documenter.getpostman.com/view/17138168/2s93CGRbQg

Contributing

There are few things that need to be worked on, they are

  1. Testing: I will be writting a comprehensive overwhelmingly encompassing test case which will cover every case especially edge cases. I would love to learn to write good test so I am willing to partner with engineers on this.

Intialy I was looking forward to writting test that handles edge cases oe exception block in place, however for now I am testing best case.

What are the best cases? These are the apporiate response during the req-res cycle without any HTTPEception.

PR are welcome, For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

Copyright (c) [2023] [FastAPI SAAS Template]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

fastapi_saas_template's People

Contributors

philipokiokio avatar evilvodun avatar

Stargazers

shaqsnake avatar Marcin Baryłka avatar Wansoo Ha avatar Gagandeep Singh Makhija avatar Snek avatar  avatar stonepillar avatar Uchiha avatar  avatar Esteban V avatar  avatar Hacker Neo avatar  avatar viky avatar Kariuki Oduor avatar Ivan Stasevich avatar Binglin Chang avatar  Patrick Sheron Moucle avatar  avatar Sif eddine BOUDJELLAL avatar Erik avatar Bora Buyukdoluca avatar Lucian Valentin Pirone avatar Karaole Olayiwola Muizz avatar Sanjog Thapa avatar Oleg Kleshchunov avatar Lloyd Hughes avatar Varun Pandey avatar  avatar Shekar Siri avatar Usama Navid avatar Yaşar avatar Karl Soone avatar Kjetil Brakstad avatar Roland Sobczak avatar Febin Micheal Antony avatar  avatar Mick.Net avatar Kevin Means avatar Bikram Gupta avatar  avatar Jaime Sendra avatar João Flávio Santos avatar ZeroXClem avatar David Adrián Rodríguez García avatar  avatar Tien Nguyen avatar Pamilerin Idowu avatar Keri Smakaj avatar Rafael Gontijo Winter avatar  avatar jojolion avatar  avatar Josh avatar  avatar Anndream avatar  avatar Renan Moura avatar Christopher Maile avatar  avatar Jeffrey Hunt avatar  avatar Nidal Alhariri avatar subbareddy avatar Bala @ Anjane avatar  avatar Pradyumna Singh Rathore avatar  avatar JC Putter avatar David A avatar Ala Qunaibi avatar Gabor Kis-Hegedüs avatar  avatar Leonardo Petrus avatar Adam  avatar Aldair Cortés avatar Matthew Burns avatar Aditya Rachman Putra avatar  avatar 何睿 avatar Jonathan Vargas avatar Shriji Shah avatar Cuong avatar Samuel Mugo avatar Simon avatar Tao Hansen avatar PeterAkande avatar Miki Oracle avatar  avatar  avatar  avatar Chris Evers avatar Ben Gamble avatar  avatar kiyimba1 avatar Jess Pugsley avatar Cesar Marinho avatar zhuhaiyang avatar  avatar Pablo Araya avatar

Watchers

 avatar  avatar  avatar

fastapi_saas_template's Issues

Use DI instead of initializing a concrete class and then inject it in another class

I see on services class there are concrete classes injected, I think can be used Dependency injection to inject something in constructor. I can do that and I can open a PR
For example this code:

  def __init__(self):
        # intializing repository
        self.org_repo = org_repo
        self.org_member_repo = org_member_repo

The classes: org_repo and org_member_repo should be injected as dependencies

Social login

Description

I really liked the idea of creating an template repo for such usecases. I also think that it would be nice to have sign in with social platforms such as google, github, linkedin, etc. An integration of these platforms would be really beneficial to play with this repo for any authentication and authorization use cases.

Please refer to this screenshot for your reference.

image

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.