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.
- Node.js (version 12 or higher)
- MongoDB (version 4 or higher)
git clone https://github.com/humsarika/travel-mate-ecommerce.git
cd travel-mate-ecommerce
npm install
npm run dev