Skip to content

NBA Stats is a dashboard with metrics from teams and players from NBA 2019 [Birdie web dev intern challenge]

Notifications You must be signed in to change notification settings

FbFDestro/NBA-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA-Stats

NBA Stats is a dashboard with metrics from teams and players from NBA 2019 [Birdie web dev intern challenge]

Installation and execution instructions

  1. Download the project repository, that can be done by running:

    git clone https://github.com/FbFDestro/NBA-Stats.git

  2. Download and install Docker

  3. Set environment variable

    Add a file called .env on the main folder

    This file must contain

    BD_API={URL OF DATABASE API THAT ALLOWS QUERIES}
    

    NOTE: Remember to change the {URL} with your valid URL

  4. Run the following Docker command

    docker-compose up -d --build

    To stop it from running use

    docker-compose down

  5. The website should be available on http://localhost:3000

About

NBA Stats is a dashboard with metrics from teams and players from NBA 2019 [Birdie web dev intern challenge]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages