GithubHelp home page GithubHelp logo

fastapibase'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

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.

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.

fastapibase's People

Contributors

tonyguesswho avatar

Watchers

 avatar

Forkers

collinsugwu

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.