KastanDay / ai-devs-only

1 stars 0 forks source link

Write a production ready flask server with CRUD operations to an SQL database as different endpoints #124

Open rohan-uiuc opened 1 year ago

lil-jr-dev[bot] commented 1 year ago

Thanks for opening a new issue! I'll now try to finish this implementation and open a PR for you to review. I'll comment if I get blocked or 'request your review' if I think I'm successful. So just watch for emails while I work. Please comment to give me additional instructions.

lil-jr-dev[bot] commented 1 year ago

The task is to write a production-ready Flask server with CRUD operations to an SQL database as different endpoints. The error from the previous bot indicates that it was missing a required positional argument 'instructions'. This suggests that the bot might have tried to use a tool without providing the necessary input.

Looking at the existing files in the main branch, there are no Python files or any files related to Flask or SQL. This means I will need to create new files to implement the Flask server and the SQL database operations.

Before I start creating the files, I will read the existing files to understand if there's any relevant information that could be useful for the task.

Let's start by reading the README.md file. This file usually contains important information about the project.