Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 686 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 686 Bytes

Ecom Server

This is a Node.js project for building an e-commerce application.

Installation

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Run npm install to install the dependencies.

Usage

  1. Configure the environment variables in a .env file.
  2. Run npm start to start the server.
  3. Access the application at http://localhost:3000.

Features

  • User authentication
  • Product listing and search
  • Shopping cart functionality
  • Order management

Contributing

Contributions are welcome! Please follow the guidelines in the CONTRIBUTING.md file.

License

This project is licensed under the MIT License.