From fcf0dcfa046a9a916689978a0e08a188ce42d95c Mon Sep 17 00:00:00 2001 From: Milan Toman Date: Thu, 13 Jun 2019 08:05:42 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3178b11..d834855 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # cherrypy_sqlite_restapi -Simple, lightweight, universal SQLite API, based on cherrypy. - -## Requirements: - 1. universal - 2. ssl / non-ssl versions - 3. secure / cleanup of querries - 4. DB/table specification - 5. row inserts - 6. row deletes - 7. row modifies +Simple, lightweight, universal SQLite API, based on cherrypy. + +## Requirements: + 1. universal + 2. ssl / non-ssl versions + 3. secure / cleanup of querries + 4. DB/table specification + 5. row inserts + 6. row deletes + 7. row modifies + +## REST API +https://www.restapitutorial.com/ + +## Cherrypy http microframework / server +https://cherrypy.org/ +