Giter Site home page Giter Site logo

fastapi_template's Introduction

Installation

Cloning project

SSH

git clone [email protected]:SaD-Pr0gEr/fastapi_template.git

HTTPS

git clone https://github.com/SaD-Pr0gEr/fastapi_template.git

Set project name

  • Go to pyproject.toml and set project name to your project name

Installing dependencies

poetry install
poetry shell

Setting up environment vars

  • Rename app/example.envs to .envs
  • Remove example from every file name in app/example.envs (They should look like this app/.envs/.env etc.)
  • Rename all example values to actual values and put other values(add these values to config class)

Setting up config

  • Rename app/example.config.toml to app/config.toml
  • Rename all example values to actual values

Alembic

  • App models put in app model file, and import this file to alembic's env.py file(before BASE)
  • All models must inherit from BASE class in apps/models.py and BaseModelMixin(OPTIONAL)
  • Apply migrates with command alembic upgrade head

Testings DB connection

python manage.py test-connection

Running tests

pytest

Running project

python manage.py site run

Pre-commit hooks

  • Install pre-commit first time with command pre-commit install
  • Run pre-commit hooks with command pre-commit run --all-files

fastapi_template's People

Contributors

sad-pr0ger avatar technikktk avatar

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.