This is the backend for the ecommerce-project.
- 95% of the code was generated with AI.
Part 1 - Create the Backend: https://youtu.be/vBprybSmJs8
- Make sure you have NodeJS installed (version 22+). If not, click here to install.
- Download this code by clicking the green
Codebutton (in the top-right) > ClickDownload Zip. - Unzip the code. On Windows, right-click the zip file >
Extract All. On Mac, double-click the zip file. - Open this code in VSCode.
- At the top menu of VSCode, click
Terminal>New Terminal. - In the Terminal, run
npm install, and runnpm run dev.
If you run into issues, see the troubleshooting steps.