Rapid application development built for the cloud.
Project description
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastmvc-0.1.7.tar.gz.
File metadata
- Download URL: fastmvc-0.1.7.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00034b04a99a4eccff519d526ee803586c5f864dbbde3773f53ca755586b7e24
|
|
| MD5 |
cc9693452ffdd61fbf76f6f4cea9f367
|
|
| BLAKE2b-256 |
63874e6f5328b9400ee3f156c4678d65bd605abef949e22888c2fa5e1a8fbbfd
|
File details
Details for the file fastmvc-0.1.7-py3-none-any.whl.
File metadata
- Download URL: fastmvc-0.1.7-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
501daaa82bd961446edec01c76f01070f6bead5cbe9b6dc567bd6089663d500d
|
|
| MD5 |
c050d3a9d6cf64dadfc29ab102872cf2
|
|
| BLAKE2b-256 |
aac05067333d93e468246c490792d1b589f39e656e8989ee83ac74d4fb31132b
|