© Erik Wei
A full-stack website that integrates information about soccer players in real life from the Transfermarkt news website and the popular soccer game, FIFA.
- Vue
- MySQL
- Amazon RDS
- Express
- Node.js
- MongoDB
- Locate the root folder
- cd into the server, and install npm via "npm install", which will ensure that all packages (including Vue, which is necessary for this assignment) are installed.
- Start the server via "npm start" whilst still in the server directory.
- Repeat the process for the soccerdb file via "cd ../soccerdb" and "npm install".
- Start the app via "npm run serve". Open the url given in the console.