Skip to content

godbite/Escrow-wallet

Repository files navigation

huzl

Escrow system with wallet implementation

System Architecture

🛠️ Tech Stack

Backend

  • Node.js & Express.js
  • MongoDB for database

📋 Prerequisites

  • Node.js (v18 or higher)
  • MongoDB

🔧 Installation

  1. Clone the repository

    git clone https://github.com/yourusername/huzl.git
    cd huzl
  2. Install dependencies

    # Install server dependencies
     npm install
  3. Configure environment variables

    PORT=your_port_number
    MongoDBURI=your_mongodb_uri
    ACCESS_TOKEN_SECRET=your_access_token_secret
  4. Start the development server

    # Start backend server
    npm start
  5. Postman Collection

    1. Download the Postman application if you haven’t already.
    2. Import the Postman collection from the PostmanAPI.json.
    3. Replace any dummy data with your actual data as needed.

About

Escrow system with wallet implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published