The Snoopy boilerplate in flask framework for development enterprise application.

Related tags

Flask snoopy
Overview

Snoopy

What is snoopy!

The "Snoopy" boilerplate in flask framework for development enterprise application.

Motivation

In my 10 years of development experience, I have worked on many b2b projects. In many projects I have come across typically for b2b problems, example

  1. The inability to maintenance from growing source code base.
  2. Sensitive to change.
  3. There is no certainty that your code is working or is working correctly.
  4. To transfer some part to microservice, you need to rewrite the whole project.

and others, this project should solve many of these problems

Snoopy vs Other framework

Feature Snoopy Django Flask Core
Service Layer for separate business logics - -
Code generate from OpenAPI schemas (Swagger) - -
Fixtures for pre-populate your database with hard-coded data for testing -
API friendly ✓ RestFramework -
SqlAlchemy -
Django based settings -

Get started!

$ chmod +x bin/*

$ ./bin/install
$ ./bin/start
You might also like...
A Fast API style support for Flask. Gives you MyPy types with the flexibility of flask
A Fast API style support for Flask. Gives you MyPy types with the flexibility of flask

Flask-Fastx Flask-Fastx is a Fast API style support for Flask. It Gives you MyPy types with the flexibility of flask. Compatibility Flask-Fastx requir

Flask-app scaffold, generate flask restful backend

Flask-app scaffold, generate flask restful backend

Flask pre-setup architecture. This can be used in any flask project for a faster and better project code structure.

Flask pre-setup architecture. This can be used in any flask project for a faster and better project code structure. All the required libraries are already installed easily to use in any big project.

Pf-flask-rest-com - Flask REST API Common Implementation by Problem Fighter Library

In the name of God, the Most Gracious, the Most Merciful. PF-Flask-Rest-Com Docu

Flask-Discord-Bot-Dashboard - A simple discord Bot dashboard created in Flask Python
Flask-Discord-Bot-Dashboard - A simple discord Bot dashboard created in Flask Python

Flask-Discord-Bot-Dashboard A simple discord Bot dashboard created in Flask Pyth

Open-source Flask Sample built on top of flask-dance library
Open-source Flask Sample built on top of flask-dance library

Open-source Flask Sample built on top of flask-dance library. The project implements the social login for Github and Twitter - Originally coded by TestDriven.IO.

Flask-redmail - Email sending for Flask

Flask Red Mail: Email Sending for Flask Flask extension for Red Mail What is it?

Flask Sitemapper is a small Python 3 package that generates XML sitemaps for Flask applications.

Flask Sitemapper Flask Sitemapper is a small Python 3 package that generates XML sitemaps for Flask applications. This allows you to create a nice and

Flask-template - A simple template for make an flask api

flask-template By GaGoU :3 a simple template for make an flask api notes: you ca

Comments
  • Suspiciously Wrong Password Expiry DateTime

    Suspiciously Wrong Password Expiry DateTime

    I think there is a bug where you set the token expiry datetime. I don't whether you have intentionally left it so.

    Here is the permalink: https://github.com/bekhzod91/snoopy/blob/659a610a51e1a813f959344d49408e705e17c662/snoopy/auth/services/forgot_password.py#L44

    But here: https://github.com/bekhzod91/snoopy/blob/659a610a51e1a813f959344d49408e705e17c662/snoopy/auth/services/forgot_password_confirm.py#L25

    you have checked if it expired.

    It seems wrong, because it expires as soon as being generated. I think you have forgot to add timedelta to the expiry date when generating.

    Thanks!

    opened by uktamjon-komilov 2
  • Backrefs to Session model from User model

    Backrefs to Session model from User model

    Hi! I am really interested in your snoopy project. I came accross with this line in Session model, is that correct?

    https://github.com/bekhzod91/snoopy/blob/df74649c758fd3904cd9e7e991bbf2e1792700fe/snoopy/auth/models/session.py#L14

    user = db.relationship('User', backref=db.backref('posts', lazy=True))

    opened by uktamjon-komilov 1
Owner
Bekhzod
Bekhzod
Boilerplate template formwork for a Python Flask application with Mysql,Build dynamic websites rapidly.

Overview English | 简体中文 How to Build dynamic web rapidly? We choose Formwork-Flask. Formwork is a highly packaged Flask Demo. It's intergrates various

aswallz 81 May 16, 2022
flask-reactize is a boostrap to serve any React JS application via a Python back-end, using Flask as web framework.

flask-reactize Purpose Developing a ReactJS application requires to use nodejs as back end server. What if you want to consume external APIs: how are

Julien Chomarat 4 Jan 11, 2022
A boilerplate Flask API for a Fullstack Project :rocket:

Flask Boilerplate to quickly get started with production grade flask application with some additional packages and configuration prebuilt.

Yasser Tahiri 32 Dec 24, 2022
Boilerplate code for basic flask web apps

Flask Boilerplate This repository contains boilerplate code to start a project instantly It's mainly for projects which you plan to ship in less than

Abhishek 6 Sep 27, 2021
flask-apispec MIT flask-apispec (🥉24 · ⭐ 520) - Build and document REST APIs with Flask and apispec. MIT

flask-apispec flask-apispec is a lightweight tool for building REST APIs in Flask. flask-apispec uses webargs for request parsing, marshmallow for res

Joshua Carp 617 Dec 30, 2022
Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Flask-Bcrypt Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application. Due to the recent increased prevelance of

Max Countryman 310 Dec 14, 2022
Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Flask-Bcrypt Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application. Due to the recent increased prevelance of

Max Countryman 282 Feb 11, 2021
Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.

Flask-Rebar Flask-Rebar combines flask, marshmallow, and swagger for robust REST services. Features Request and Response Validation - Flask-Rebar reli

PlanGrid 223 Dec 19, 2022
Brandnew-flask is a CLI tool used to generate a powerful and mordern flask-app that supports the production environment.

Brandnew-flask is still in the initial stage and needs to be updated and improved continuously. Everyone is welcome to maintain and improve this CLI.

brandonye 4 Jul 17, 2022
Flask Project Template A full feature Flask project template.

Flask Project Template A full feature Flask project template. See also Python-Project-Template for a lean, low dependency Python app. HOW TO USE THIS

Bruno Rocha 96 Dec 23, 2022