wryan14 / csv-to-json-flask

Python Flask app that converts CSV files to JSON data and exposes it through a REST API. It's designed for developers who need a simple and efficient way to convert CSV data to JSON. Open source under the MIT license.
0 stars 0 forks source link

Create ability to save more than one dataset and generate multiple endpoints. #2

Closed wryan14 closed 1 year ago

wryan14 commented 1 year ago

Currently, the web application only allows the user to save one dataset and generate one API endpoint. The functionality will be enhanced to allow the user to save multiple datasets and generate multiple API endpoints.

This feature will enable the user to create and manage multiple endpoints for their datasets, making it easier to organize and share their data. The user will also be able to switch between different endpoints in the web application and make updates as needed.