You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each action should have an appropriate Server Endpoint with a fitting function to execute the corresponding action in the server,
Client should handle the API requests using Axios
Create
Read
Update
Delete
Need to figure out how to add endpoints to the server & functions performing the CRUD actions
upload_image - the function in the server that upload a picture to the DB (in index.py):
The text was updated successfully, but these errors were encountered:
Each action should have an appropriate Server Endpoint with a fitting function to execute the corresponding action in the server,
Client should handle the API requests using Axios
Need to figure out how to add endpoints to the server & functions performing the CRUD actions
upload_image - the function in the server that upload a picture to the DB (in index.py):
![upload_image - the function in the server that upload a picture to the DB](https://private-user-images.githubusercontent.com/93318917/257418594-40add87c-354d-47cb-bc46-1893cc294a68.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTM1NDEsIm5iZiI6MTczOTQ1MzI0MSwicGF0aCI6Ii85MzMxODkxNy8yNTc0MTg1OTQtNDBhZGQ4N2MtMzU0ZC00N2NiLWJjNDYtMTg5M2NjMjk0YTY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzMjcyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0MzE2YWZhNjUxMTdiN2YwZGZmY2NkNWIyYTU2ZTJkYTc5YTUzZTQ4MzE3OTdiZDE4MTJmNjdjYWQ4ODJiYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-No86C9Z0sm8JPkVaT62R8irQ0SZA8toeFtUXiY4x7o)
The text was updated successfully, but these errors were encountered: