🏆 2nd position at CSS HACKS at NITS
demo hosted here, might take a few seconds if the heroku server is sleeping.
Clone the repo. Obtain the .env from the authors. Head to the directory containing index.js
npm install
After all the dependencies get installed, run
node index.js
or if you have nodemon
nodemon index.js
The Node.js server will start listening at port 5000
Now, time for the React app Do these
cd client
npm install
npm start
The React app will be accessible at port 3000