Skip to content

SumitB1412/Pharmeasy-Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 

Repository files navigation

Pharmeasy clone


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.😊

Contriubuters:


DEPLOYED LINK https://pharmeasy-clone-nem201.netlify.app/


FUNCTIONALITIES IMPLEMENTED


  1. Login via OTP verification
  2. Login verification from backend using nodemailer
  3. Data renders from server side
  4. Products Data fetching from MongoDB database
  5. Filter Products based on Sorting
  6. Single Product page from backend also
  7. Add selected product to cart
  8. In Cart Select the Quantity, cart value to be modified Accordingly
  9. Delete the Product, if not required
  10. Order Details
  11. Amount to be Paid
  12. Available Payment Modes Shown in the Payment

Take it Easy and GO TO OUR PHARMEASY !!


Glimpse of the deployed project

Home Page

homePage

Home Body

homebody

Home Footer

homefooter

Sign up

signup

Healthcare

healthcare

Product Page

prodduct

Single Product

single

Cart Page

cartpage

##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}

About

PharmEasy is an Indian e-pharmacy company that sells medicines, diagnostics and telehealth online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.7%
  • CSS 14.5%
  • Other 0.8%