Skip to main content

App Boot is a FastAPI project template, Designed to provide a Django-like structure and development experience.

Project description

appboot

App Boot is a FastAPI project template, Designed to provide a Django-like structure and development experience.

Installation

Require Python 3.9+

pip install appboot

Quick start

Startup up a new project

# Create the project directory
mkdir mysite
cd mysite

# Create a virtual environment to isolate our package dependencies locally
python3 -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`

# Set up a new project with a single application
appboot startproject mysite .  # Note the trailing '.' character

pip install aiosqlite  # for default db engine
# start runserver Application running on http://127.0.0.1:8000
python3 manage.py runserver

Startup up a new app

python3 manage.py startapp polls

Try out examples

Go to Examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appboot-0.1.3.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

appboot-0.1.3-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page