We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: