KastanDay / ai-devs-only

1 stars 0 forks source link

FastAPI Starter Template with MySQL Endpoints #109

Closed lil-jr-dev[bot] closed 1 year ago

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

Implemented a small FastAPI starter template and set up a few endpoints for MySQL database operations. Created main.py as the entry point for the FastAPI application and db.py for MySQL database operations. Updated main.py to include the get_data function from db.py.

KastanDay commented 1 year ago

please add fully implemented functions for a MySQL database integration with the API. Thanks

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

Thanks for commenting on this PR!! I'll now try to finish this implementation and I'll comment if I get blocked or (WIP) 'request your review' if I think I'm successful. So just watch for emails while I work. Please comment to give me additional instructions.