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

Endpoints #15

Open
13 of 15 tasks
yaqootturman opened this issue Aug 29, 2019 · 0 comments
Open
13 of 15 tasks

Endpoints #15

yaqootturman opened this issue Aug 29, 2019 · 0 comments

Comments

@yaqootturman
Copy link
Collaborator

yaqootturman commented Aug 29, 2019

  • FrontEnd Endpoints :

  • Home page /

  • Results page /customer/searchResults/:medname

  • Customer page /customer/pharmacy/:pharmacyName

  • Login page /login

  • Pharmacist home page /pharmacy

  • Update medicine page /pharmacy/medicineInfo/:medicineName

  • Add medicine page /pharmacy/addmidcine

  • BackEnds Endpoints :

  • Medicine data Fetch API

  • List of pharmacies GET /api/medicine/:medicinename

  • Pharmacy data GET /api/pharmacy/medicine/:medicineName

  • Post data POST api/login

  • Specific medicine choosen GET api/pharmacy/:pharmacyId/medicine/:medicinename

  • Post data POST api/pharmacy/:pharmacyId/medicine/:medicinename

  • add medicine POST api/pharmacy/:pharmacyId/medicine

  • checkAuth

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

2 participants