SaaS-in-a-Flask

(★ 10)

A SaaS starter boilerplate for Flask Applications

File Explorer

  • .deepsource.toml
  • .gitignore
  • api.py
  • Dockerfile
  • LICENSE
  • Makefile
  • Pipfile
  • Pipfile.lock
  • Procfile
  • README.md
  • requirements.txt
  • simple-requirements.txt

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pip3

View Details ▼

This command is an alias of `pip`.

tldr pip

View documentation for the original command:

🔍

pipenv

View Details ▼

Simple and unified Python development workflow.
Manage packages and the virtual environment for a project.

pipenv

Create a new project:

pipenv --three

Create a new project using Python 3:

pipenv install {{package}}

Install a package:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

🔍

python3

View Details ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

# Project Badges

// repository documentation