octalpixel / express-ecommerce

An e-commerce web application using ExpressJs and AlpineJs

Home Page:https://express-ecommerce-final.fly.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-ecommerce

This is an e-commerce web application built with Express.js. It provides a platform for users to browse products, add them to a cart, and make purchases.

Installation

  1. Clone the repository:
git clone https://github.com/minhngkh/express-ecommerce.git
  1. Navigate into the project directory:
cd express-ecommerce
  1. Install pnpm (if not already installed) by following the official documentation at https://pnpm.io/installation
  2. Install the dependencies:
pnpm install
  1. Copy the .env.example file to a new file named .env and fill in your specific configuration details.
  2. Start the server:
pnpm start

Visit http://localhost:3000 in your browser to view the application.

About

An e-commerce web application using ExpressJs and AlpineJs

https://express-ecommerce-final.fly.dev/


Languages

Language:Handlebars 68.5%Language:JavaScript 31.1%Language:Dockerfile 0.3%Language:CSS 0.1%