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

Backend Routes #2

Closed
ranasobeid95 opened this issue Jun 16, 2020 · 0 comments
Closed

Backend Routes #2

ranasobeid95 opened this issue Jun 16, 2020 · 0 comments

Comments

@ranasobeid95
Copy link
Collaborator

ranasobeid95 commented Jun 16, 2020

Routes

Paintings

Route Method Description Status
/paintings GET #13 👍
/paintings POST #16
/paintings/:artistId GET #12 👍
/buy GET
/paintings/:id DELETE #18

Cart

Route Method Description Status
/cart/ GET #14
/cart/ POST #17
/cart/:paintingsId DELETE #19

Log

Route Method Description Status
/login POST #9 👍
/signup POST #10
/logout GET #20

Artist

Route Method Description Status
/profile/:artistId GET without password #21
/profile/:userId GET without password #22
/artist/:id PATCH to update artist profile
/user/:id PATCH to update user profile

Review

Route Method Description Status
/review/:artistId GET without password #21
/review/:userId POST without password #22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant