Api for ordering via whatsapp
Have Node.js installed on your machine and through your terminal enter the project directory and run the command "npm install":
cd "project directory"
npm installAfter that make sure that MongoDB is installed on your machine and run the command "mongod" in a separate terminal to start the mongo server:
mongodRename the .env.example file to .env
Finally, start the node.js server with the command "npm start" in a separate terminal:
cd "project directory"
npm startThis project was developed through an online course: Overstack