Skip to content

Travel products and accessories eccomerce website using MongoDB, Nodejs, Express.js, Handle bars

Notifications You must be signed in to change notification settings

humsarika/travel-mate-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel-Mate E-commerce

This is a simple e-commerce project built using Node.js, Express, MongoDB, and HTML/CSS. The project allows users to login, signup, logout, browse products, add them to their cart, and remove product from cart. When a user login then web app greet user by their name.

Prerequisites

  • Node.js (version 12 or higher)
  • MongoDB (version 4 or higher)

Getting Started

1. Clone the repository:

git clone https://github.com/humsarika/travel-mate-ecommerce.git

2. Change into the project directory:

cd travel-mate-ecommerce

3. Install the dependencies:

npm install

4. Start the development server:

npm run dev

5. Open your browser and navigate to http://localhost:3000 to view the application.