An open API service indexing awesome lists of open source software.

https://github.com/dentosal/sql-web-server

Web server with all logic written in SQL
https://github.com/dentosal/sql-web-server

Last synced: 3 months ago
JSON representation

Web server with all logic written in SQL

Awesome Lists containing this project

README

          

# sql-web-server

Web server with all logic written in SQL.

# Dependencies

Python >= 3.5, `python3 -m pip install -r requirements.txt`

PostgreSQL installed, and database `sql-web-server` created.
Currently using local `trust` authentication in `pg_hba.conf`.

# Running

`python3 server.py`

# Running tests

* Test: `python3 -m pytest`
* Typecheck: `python3 -m mypy --ignore-missing-imports --strict-optional .`