This is the Construct Week Group Project of PharmEasy clone using HTML CSS and JavaScript.
TOPIC STATEMENT
The working clone of "Take it easy, Pharmeasy", which delivers medicines and other healthcare items, now available via prescriptions. To build this clone we have used React, Redux, Express, MongoDB, Chakra. Alongside doing this project, we learnt a lot of new things about team work, proper coordination and thinking along with all the team members.😊
DEPLOYED LINK https://pharmeasy-clone-nem201.netlify.app/
- Login via OTP verification
- Login verification from backend using nodemailer
- Data renders from server side
- Products Data fetching from MongoDB database
- Filter Products based on Sorting
- Single Product page from backend also
- Add selected product to cart
- In Cart Select the Quantity, cart value to be modified Accordingly
- Delete the Product, if not required
- Order Details
- Amount to be Paid
- Available Payment Modes Shown in the Payment
Take it Easy and GO TO OUR PHARMEASY !!
##Backend deploy link= https://pharmaeasy.herokuapp.com/
##End point for category= /category //GET request
##End point for categorywise product= /product/:id //GET request id:mongoose id (category id)
##End point for get OTP= /getotp // POST request required field {email:string}
##End point for verify OTP = /getotp/verify //(POST request required field) -- {email:string , otp:number}







