-
cd MLB-Players-Analysis
-
npm i
-
touch .env
PORT=3000
ORACLE_USER=YOUR_ORACLE_USER
ORACLE_PASSWORD=YOUR_ORACLE_PASSWORD
-
npm run start
-
localhost:3000
and you should seehello world!
if you got error msg like Error: listen EADDRINUSE: address already in use :::3000
use ps aux | grep node
kill -9 {the number shown above}