Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivas-kini authored May 8, 2021
1 parent f8ace88 commit e244b61
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Dockerized-Django-Price-Finder
# Dockerized-Django-Price-Finder
A simple app that retrives product prices from e-commerce websites like Amazon and Snapdeal.

*Starting the app*
- Clone the project
- `docker build . -t django-price-finder`
- `docker-compose up`
- The application listens on the port 8010

*Sending the REST request*
- Send a GET request to **http://<your_ip>:8010/api/price/?product=<product_name>**

0 comments on commit e244b61

Please sign in to comment.