A Web App for price alert on various online stores. The user can set the price alert on any item and set a price limit so whenever price goes below the price limit user will get an email about it.
These instructions will get you a copy of the project up and running on your local machine
1.Python 3.6
2.Flask(Pythond mini Web Framework),Beautifulsoup
3.MongoDB( Database Used)
4.MailGun API(Need an account on mailgun for getting your own API key and domian).
To run it on your local machine.
- First set your API URL and API key in
src/models/constants.py
- Start the MongoDB
- Run the file to start server.
src/run.py
- At last go to
http://127.0.0.1:4990 or port at which server is running.
- HTML
- CSS
- Bootsstrap
- Flask - Flask is a micro web framework written in Python and based on the Werkzeug toolkit and Jinja2 template engine
- MongoDB
- If you want admin permission than add your email address in ADMINS variable in
src/config.py
- Admin can add, edit, create and delete the stores while other users have not permission to do these function.