Home

Misqabbi Store

🛍️ Description

This is the backend for the Misqabbi Store, an e-commerce platform that powers a women-owned fashion brand specializing in made-to-measure pieces designed exclusively for women.

Built with Node.js, Express and MongoDB, this backend is designed for scalability, security, and collaboration.


⚙️ Installation

  1. Clone the repository:

    git clone https://github.com/anorme/misqabbi-backend.git
    
  2. Navigate into the project directory:

    cd misqabbi-backend
    
  3. Install dependencies:

    npm install
    
  4. Copy the .env.template to .env and fill in your values:

    cp env.template .env
    

    💡 > If you're on Windows and cp doesn't work, use Copy-Item in PowerShell.


🚀 Usage

To start the development server in watch mode:

npm run dev

To start the server normally:

npm start

🤝 Contributing

We love contributions! To get started, please read our
Contributing Guide for coding standards, commit conventions, and submission steps.


📄 License

This project does not currently have a license. Check back later for updates.