This is the backend module of the price monitoring app. In this project, we are polling flipkart for price updates and using Appbase webhooks, we are notifying the users when the condition specified by them is satisfied.
- Make sure that nodejs is installed.
- Clone the repository.
git clone https://github.com/teddbot/masoko_extension_backend.git
. - Move to the repository cd
masoko_extension
. - Run
npm install
. - Start the server bu running
node index.js
. If everything works fine server will start. :)
Link of Front-end part is :- https://github.com/teddbot/masoko_extension_frontend