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
- Host: GitHub
- URL: https://github.com/dentosal/sql-web-server
- Owner: Dentosal
- License: mit
- Created: 2018-04-29T01:09:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T01:33:29.000Z (about 8 years ago)
- Last Synced: 2025-07-31T21:03:08.148Z (12 months ago)
- Language: PLpgSQL
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .`