Skip to main content

Rapid application development built for the cloud.

Project description

FastMVC

FastMVC

FastMVC is a web framework for building Web Applications with the MVC structure (Model - View - Controller) and effortlessly deploying them to cloud platforms.

  • Model is interchangeable depending on the cloud platform you would like to use.
  • View uses Jinja2 to create front end pages
  • Controller is written using FastAPI

FastMVC CLI

fastmvc new [PROJECT_NAME]
Creates a new project. Will ask which platform to build towards (GOOGLE_APP_ENGINE, or DETA) and set up the base of the project accordingly.

Optionally, you can pass the flag --platform and provide one of the options above.

fastmvc scaffold [MODEL_NAME] [ATTRIBUTE]:[DATA_TYPE]
Scaffold out a Model, View, and Controller for your object. For example:

fastmvc scaffold post title:str content:wysiwyg draft:bool

fastmvc auth
Builds an Authentication Framework to easily integrate user sign in for your application.

fastmvc s
Alias for uvicorn main:app --reload to run your application locally

Supported Cloud Platforms

Built

  • Google App Engine (using Firestore database)
  • Deta (using DetaBase)

Coming Soon

  • AWS Elastic Beanstalk

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

fastmvc-0.1.6.tar.gz (25.5 kB view details)

Uploaded Source

Built Distribution

fastmvc-0.1.6-py3-none-any.whl (42.7 kB view details)

Uploaded Python 3

File details

Details for the file fastmvc-0.1.6.tar.gz.

File metadata

  • Download URL: fastmvc-0.1.6.tar.gz
  • Upload date:
  • Size: 25.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.1 Windows/10

File hashes

Hashes for fastmvc-0.1.6.tar.gz
Algorithm Hash digest
SHA256 abb7cf338a1f7c34ec0dfb1ca82a7efce402f3e4b361ec3ae1190d63161c2d19
MD5 656d4ff2abcd0624da9f8fd94fb967c4
BLAKE2b-256 77eedf6a4b283489b6ceed8cb5ed70a0d4c0414985937caec42379efe3dfe7e0

See more details on using hashes here.

File details

Details for the file fastmvc-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: fastmvc-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 42.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.1 Windows/10

File hashes

Hashes for fastmvc-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ed2697fc01640983b1c54ecff198e12a5f520924f247f3102e679c0968b70d42
MD5 3867b8441bc25cd6e4a6cd17dce2f418
BLAKE2b-256 6aeef2bb0daa85d93a821e98c8533ad4a7304977fd4ed1cf849c77b370ebb683

See more details on using hashes here.

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