Open
Conversation
…allation instructions
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.
This pull request reorganizes and improves the documentation for the Bubble Chart Application, and introduces a new FastAPI server entry point with basic database connectivity and security checks. The main changes are the migration and enhancement of the project README, and the addition of a FastAPI app with a database test endpoint.
Documentation improvements and restructuring:
README.mdtoserver/README.md, with expanded details about features, data flow, dependencies, and collaboration options. The new README now includes information about CSV export, AI-powered predictions, PDF report generation, and a flow diagram for better clarity. [1] [2]Backend server initialization:
server/src/main.pyto initialize a FastAPI application, including endpoints for root and database testing, and a security check to restrict database access to specific tables.Database connectivity and security:
/test-dbendpoint inmain.pyverifies the table name against an allowed list to prevent SQL injection, and fetches data from the database with proper connection management.Dependency updates:
pandas,matplotlib,numpy,reportlab, andopenai, highlighting expanded functionality for data manipulation, visualization, PDF generation, and AI predictions.Collaboration and contribution guidelines: