This pull request introduces several improvements to the project documentation and adds a new API endpoint for importing products from CSV files. #13
Merged
goldlabelapps merged 3 commits intomasterfrom Mar 20, 2026
Conversation
Add a concise Install & use section with virtualenv, dependency install, and how to run the dev server (uvicorn). Clarify API URL (http://localhost:8000), call out Postgres and tsvector (fast search), tidy up feature list, and remove duplicated Install section and example echo snippet. Minor formatting/link adjustments for clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The most significant changes are the addition of a CSV import feature, updates to the project version, and enhancements to the
README.mdfor clarity and usability.New API functionality:
/import-csvendpoint inapp/api/import_csv.pyto allow batch importing of products from a CSV file into the database, including error handling and efficient batch processing.app/api/routes.pyto make the endpoint available in the API.Documentation improvements:
README.mdwith clearer installation instructions, environment setup, and a more detailed technology stack description.tests/README.mdto avoid confusion.README.mdfor better readability.Versioning:
app/__init__.pyto1.0.4and clarified the description to includetsvectorsupport.Minor messaging update:
app/api/root.py.