An ecommerce api integrated with the stripe platform
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 install
Rename the .env.example file to .env
Finally, start the node.js server with the command "npm run dev" in a separate terminal:
cd "project directory"
npm run dev