Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 795 Bytes

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.