Eileen0917 / MLB-Players-Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLB-Players-Analysis

  1. cd MLB-Players-Analysis

  2. npm i

  3. touch .env

PORT=3000

ORACLE_USER=YOUR_ORACLE_USER
ORACLE_PASSWORD=YOUR_ORACLE_PASSWORD
  1. npm run start

  2. localhost:3000and you should see hello 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}

About


Languages

Language:JavaScript 72.0%Language:Handlebars 26.5%Language:CSS 1.5%