A comparison site for prices in different areas of Steam(一个Steam不同区价格的比较网站)
Technical solution: front-end and back-end separation + modular decoupling design Flask framework writes back-end API module Spider module uses Selenium WebDriver to get the data and then store the data in MongoDB database. PHP as the front-end to parse the data from the back-end, the front-end using MDUI design framework to comply with Material Design
技术方案:前后端分离+模块化解耦合设计
Flask框架编写后端API模块
Spider模块使用Selenium WebDriver去获取数据,再将数据存入MongoDB数据库
PHP作为前端解析来自后端的数据,前端采用MDUI设计框架遵从Material Design