This repository serves as backend code that runs APIs that the frontend react app consumes.
- Clone this repository
- Once cloning is complete, run
npm install
to install all dependency packages - To get the backend node server up and running to listen to incoming requests run the
npm start
script - The server will start listening to incoming requests on
localhost:8080