PRICEGAME - website that can give you the best price for your favourite games
-
For doing this app we used such modules as Flask and his some additions, json, os.
-
For parsing prices we wrote parsers that are in folder 'Parsers'
-
In folder data are all classes for DB
-
In templates are all html pages. Logic for them is writen with help of Jinja2
-
In static there are css, images and font
When you start the program you can go by address 127.0.0.1:8080 to see it.
What users can do here?
- Sign up
- Login
- See information about games
- Follow games
- Have notifications when there are sales on following games
- and other functions
Thank you for reading!