Skip to content

Ecommerce website for health and fitness products , it is a clone of HealthKart.com , It serves as a virtual storefront where customers can browse, select, and purchase items conveniently from their computers or mobile devices.

Notifications You must be signed in to change notification settings

deepakChourasiya-aj/HealthyMe.0.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

HealthyMe.com

Ecommerce website for health and fitness products , it is a clone of HealthKart.com , It serves as a virtual storefront where customers can browse, select, and purchase items conveniently from their computers or mobile devices.

Tech Stack

Client: HTML,CSS, Javascript

Server: Node, Express , MongoDB

Features

  • Authentication
  • Payment-gateway-razorpay
  • API Validation
  • Buy product/Cart
  • Searching/sorting/filtering

Frontend Part

  • Home page
  • Login/Signup
  • Product page
  • OAuth

Backend Part

  • Authentication using JWT
  • Hashing the password using Bcrypt
  • Mongoose - connecting the database

Database -

- MongoDB

API Reference

Register route

  POST /api/register

Login route

  POST /api/login

Add to Cart

  POST /api/cart/:id/
  DELETE /api/cart/:id/
  PATCH /api/cart/:id/
  GET /api/cart/:id/

Product route for admin

  GET /api/product/:id/
  DELETE /api/product/:id/
  PATCH /api/product/:id/

For Pagination

  GET /api/product/paginate?page=3&limit=10

For Search

  GET /api/product/?serach="protein"

USERS DATA...

{"name":"harsh thakur",
"email":"harsh@gmail.com",
"password":"123456"  }

PRODUCT DATA...

{
     "image": "https://img5.hkrtcdn.com/16939/prd_1693894-MuscleBlaze-Chocolate-Peanut-Butter-0.340-kg-Crunchy_o.jpg",
     "description": "MuscleBlaze Chocolate Peanut Butter, 1 kg, Creamy",
     "category": "Peanut Butter",
     "rating": 4.6,
     "price": 180}

Screenshots

image image

About

Ecommerce website for health and fitness products , it is a clone of HealthKart.com , It serves as a virtual storefront where customers can browse, select, and purchase items conveniently from their computers or mobile devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published