Scraping data from various RX site and list them using puppeteer and cheerio.
Tech Stack: Hapi with Typescript
Deployment: Docker
API has been documented with hapi-swagger
Clone the repository and Install the dependencies and devDependencies.
cd rxscraper_backend
npm i
touch .envAdd the following keys in .env file
PORT=8081
HOST=localhostFinally start the server
npm run startTo deploy with docker: Install docker and run the bash script
bash deploy.bash on