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

End Points #22

Open
22 tasks
Muniralsharif opened this issue Aug 29, 2019 · 0 comments
Open
22 tasks

End Points #22

Muniralsharif opened this issue Aug 29, 2019 · 0 comments
Labels

Comments

@Muniralsharif
Copy link
Collaborator

Muniralsharif commented Aug 29, 2019

Backend endpoint

  • GET /
  • GET /category
  • GET /products
  • GET /product/:product-id
  • POST /add-to-cart
  • POST /login
  • GET /logout
  • POST /sign-up
  • GET /cart
  • POST /add-order
  • POST /contact-us
  • GET /check-auth
  • GET /delete-item/:productID

Frontend paths

  • Home page ' / '
  • Shop page ' /shop '
  • Product page ' /product/:id '
  • Cart page ' /cart '
  • Login page ' /login '
  • Register page ' /register '
  • About us page ' /about '
  • Contact us page ' /contact-us '
  • shipping info page ' /shipping-info '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant