inital commit

This commit is contained in:
2021-11-02 13:38:59 -05:00
commit 01dd8525b1
65 changed files with 5267 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Jabba the easy going java web app plumber
Jabba is a java library that gets its inspiration from Pythong flask. It will expose all the elementary features needed for deveopment of web apps and microservices.
# How to Run Things
* running a build via: gradle jar
* running a test via: gradle test
* running a continouse server via: gradle runServer, then work on code
## Things Left to Do
* ~~Complete support for demarshalling and marshalling of objects to java methods~~ on 10/4/2021
* ~~Session middleware~~
* Auth middleware supporting basic and digest, an security entities
* ~~Static file serving~~
* ~~Templating like jinja~~
* Database layer or serial/deserial system like SQL Alchemy