All your Major League Baseball teams and their players.
NodeJS App that provides the user with the standings of all 30 teams and all division in the Major League.
Also, you are able to search for a specific team and see the list of players on that team and some of their stats.
A search history is implemented, user will be able to see all the teams they have search for.
- Click Clone or download.
- Copy the URL provided.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory to be made.
- Type git clone [URL]
- Press Enter. Your local clone will be created.
You should have NodeJS and NPM install already.
If you don't have it, Go here:
https://www.npmjs.com/get-npm
- body-parser
- express
- nodemon - optional
- ejs
- pg
Important!!!
Install Google Chrome Extension 'Allow-Control-Allow-Origin' for CORS support.
https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en&authuser=1
Run 'npm install' [Dependencies] '--save'.
- npm start
- Open your localhost in the browser, e.g. 'localhost:8000'
Starlyn Urena Ventura
@physsi07
@icancode007
@SilentMrDave