Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
This is a full-stack Python project with FastAPI backend and Jinja2 frontend for data analysis and management.
Sign in to like and favorite skills
This is a full-stack Python project with FastAPI backend and Jinja2 frontend for data analysis and management.
main.py - FastAPI application with REST endpoints and frontend routestemplates/ - Jinja2 HTML templates for the frontendstatic/ - CSS and static assetsdata/ - CSV data storagerequirements.txt - Python dependenciesBackend API Endpoints:
/api/analyze - Dataset analysis and summary/api/data - Retrieve top/bottom rows with query parameters/api/data - Add new records/api/data/{id} - Update existing records/api/data/{id} - Delete recordsFrontend Pages:
/ - Main dashboard with data visualization/add - Add new record form/edit/{id} - Edit existing record form/data_cleaning - Data cleaning tools and filters