Ensure you have installed all necessary Node modules by running
npm install
wthin folders /superheroRestServer
and /superheroSPA
From project root directory:
cd ./superheroRestServer/storage &&
node createDatabase <adminpassword>
From project root directory:
cd ./superheroRestServer && node indexRest
The REST server will be created on port 4000.
From project root directory:
cd ./superheroSPA && node indexSPA
The app will run on localhost:3000.