Sparkplug_PandemicSparks

This project was created as a part of Walmart Sparkplug Hackathon for the year 2020. It features a completely functional solution to problem statement 2 of the competition. The complete explanation of the approach and solution can be found here.

To run project

In the project directory, you can run:

cd frontend
npm install
npm start

And to start backend server, open another shell and run:

cd backend
npm install
npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.