Frontend was created with React while backend uses Node js
App cant be launched because of the NBA blocks Heroku and some other hosting website but you can do the following to launch app on your local PC/ Machine either through cloning or downloading the file from github
- Open E-commerce folder
- run npm install
- cd into server (cd server) for backend
- run npm install
- run npm start to start up the node server that connects to the api
- open a new terminal
- cd into e-commerce (cd e-commerce) for frontend
- run npm install
- run npm start to run frontend development server
- Open http://localhost:3000 to view it in the browser.

