Readme added
This commit is contained in:
parent
91d52f1ca5
commit
2aafa40e90
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Oshipka - Declarative WebApp
|
||||
|
||||
PaaS - creates easily deployable declarative web applications with (moslty) file-system dependencies and progressive enhancement philosophy.
|
||||
|
||||
### Provides:
|
||||
* Bootstrap your own project with `oshipka bootstrap <project_name>`
|
||||
* Generate models, routes and templates using `view_models/*.yaml` declarative approach
|
||||
* Frontend niceties such chosen.js, datatables.js and lightbox.js - but apps should still work without JS.
|
||||
* Off-request worker based on a file-system persistence and streaming intermediary results (if js is supported, or upon refresh)
|
||||
* Whooshalchemy search
|
||||
* Installation with gunicorn, generates nginx config and letsencrypt certificate
|
||||
* Based on [Flask](), [Sqlalchemy](), [TWW](https://gitlab.com/pisquared/tww) and others
|
||||
|
||||
|
||||
## TODO
|
||||
* [ ] [vm_gen] Auto generate dependency graph for `view_models/_process_order`
|
||||
* [ ] [auto_dns] Start and test `auto_dns.service`
|
Loading…
Reference in New Issue
Block a user