Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 508 Bytes

Pickme E-commerce

Description

Pickme is an e-commerce platform where users can browse and purchase products from existing stores or create their own store to manage and sell products.

Installation

  1. Clone the Pickme repository:

    git clone https://github.com/AmirSouaF/backend-store.git
  2. Install dependencies:

    npm install
  3. Set up environment variables if necessary.

Usage

To start the Pickme server, run:

npm start