This is integration of Daraja API with Nodejs
Download and install Nodejs and npm, version 16 and above so as to avoid inconvience
Depending on your operating system,make a virtual environment to avoid messing with your machine's primary dependencies
Windows
git clone https://github.com/{your-GitHub-username}/mpesa-intergration-with-Nodejs.git
cd mpesa-intergration-with-Nodejs
macOS/Linux
git clone https://github.com/{your-GitHub-username}/mpesa-intergration-with-Nodejs.git
cd mpesa-intergration-with-Nodejs
Applies for windows/macOS/Linux
npm install or yarn install
npm start or yarn start
The sever will be running and the database will be connected .
Please make sure to update tests as appropriate.