Skip to content

Conversation

@ninolopy
Copy link
Collaborator

@ninolopy ninolopy commented Dec 9, 2025

This PR has the implementation for a the requirements laid out in Readme.txt. It features the following:

  • Docker Compose that brings up a Postgres database and a CRUDL web service.
  • Automatic db schema initialization that features stored procedures and functions to block SQL injection.
  • A test suite with unit tests, integration tests, and CLI tests.
  • Single-command testing and dependency management with virtual environments
  • input validation at all layers of the application (CLI, application, and database).
  • Useful feedback and status codes for users of the CLI and API.
  • Readmes for both the API and the CLI.

@ninolopy ninolopy force-pushed the alopilat/createWebService branch from 4440c3c to 102f9e5 Compare December 9, 2025 20:40
@ninolopy ninolopy force-pushed the alopilat/createWebService branch 4 times, most recently from 24ee885 to ef43f06 Compare December 10, 2025 05:14
@ninolopy ninolopy force-pushed the alopilat/createWebService branch from ef43f06 to 607680c Compare December 10, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants