From 2aafa40e906c21c7e661da9bab153eb4569da0a1 Mon Sep 17 00:00:00 2001 From: Daniel Tsvetkov Date: Mon, 22 Jun 2020 15:09:13 +0200 Subject: [PATCH] Readme added --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8967fa --- /dev/null +++ b/README.md @@ -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 ` +* 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` \ No newline at end of file