Escrow system with wallet implementation
- Node.js & Express.js
- MongoDB for database
- Node.js (v18 or higher)
- MongoDB
-
Clone the repository
git clone https://github.com/yourusername/huzl.git cd huzl -
Install dependencies
# Install server dependencies npm install -
Configure environment variables
PORT=your_port_number MongoDBURI=your_mongodb_uri ACCESS_TOKEN_SECRET=your_access_token_secret
-
Start the development server
# Start backend server npm start -
Postman Collection
- Download the Postman application if you haven’t already.
- Import the Postman collection from the PostmanAPI.json.
- Replace any dummy data with your actual data as needed.
