- MySQL Community Server 8.0
- https://dev.mysql.com/downloads/mysql/
- Please install it on your machine, not in a VM
- The root user password should be empty
- If installation requires a password, you can set a temporary password, then remove the password later with
ALTER USER 'root'@'localhost' IDENTIFIED BY '';
- If installation requires a password, you can set a temporary password, then remove the password later with
- Go 1.17
- Node 17.1
- Go to the
backend
folder in PowerShell and run the commandgo run .
- Open your browser and go to http://localhost:8080/. If it says "404 page not found", it's working.
- Go to the
app
folder, and install dependencies withnpm i
- Do
npm start
and wait for it to compile - With the backend server still running, go to http://localhost:3000/vendors/e72ac985-3d7e-47eb-9f0c-f8e52621a708 for the vendor page
- Press ctrl-c to stop the server and npm