Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CRUD Actions in the Server & in the Client #16

Open
4 tasks
LiorKGOW opened this issue Jul 31, 2023 · 0 comments
Open
4 tasks

Add CRUD Actions in the Server & in the Client #16

LiorKGOW opened this issue Jul 31, 2023 · 0 comments

Comments

@LiorKGOW
Copy link
Owner

LiorKGOW commented Jul 31, 2023

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):
upload_image - the function in the server that upload a picture to the DB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant