EcommercePriceMonitor电商产品价格监控系统

EcommercePriceMonitor 挺适合做电商价格监控的项目,前端使用了 Angular 框架,后端则基于 Flask 搭建。你只需要在命令行中运行npm install -g @angular/cli安装依赖,之后在 IDE 中打开Frontend文件夹,执行npm install安装所有包,再运行ng serve,就能在http://localhost:4200/看到效果。开发过程中,修改文件后它会自动刷新。项目构建只需执行ng build,生成的文件会保存在dist/目录下。如果要发布上线,可以加个--prod标志做生产构建。后端配置的话,先打开Backend文件夹,装好requirements.txt里的依赖,创建config文件夹,把 Firebase 密钥放进去。总体来说,挺适合快速做电商价格监控系统的。嗯,想试试吗?

zip
EcommercePriceMonitor-development.zip 预估大小:85个文件
folder
EcommercePriceMonitor-development 文件夹
folder
Backend 文件夹
file
.gitignore 35B
file
requirements.txt 906B
folder
module 文件夹
file
user.py 2KB
folder
__init__.py 文件夹
file
schedule_job.py 2KB
file
utils.py 2KB
file
product.py 4KB
folder
.idea 文件夹
file
.gitignore 297B
file
misc.xml 185B
folder
inspectionProfiles 文件夹
file
Project_Default.xml 506B
file
profiles_settings.xml 174B
file
modules.xml 266B
file
Backend.iml 822B
folder
__pycache__ 文件夹
file
app.cpython-38.pyc 1KB
file
Procfile 22B
file
app.py 1KB
file
README.md 1013B
folder
Frontend 文件夹
file
.gitignore 631B
folder
e2e 文件夹
folder
src 文件夹
file
app.e2e-spec.ts 641B
file
app.po.ts 301B
file
tsconfig.json 299B
file
protractor.conf.js 869B
file
package.json 1KB
file
tslint.json 3KB
file
package-lock.json 517KB
folder
src 文件夹
folder
app 文件夹
file
app.module.ts 2KB
folder
core 文件夹
folder
layout 文件夹
folder
main-layout 文件夹
file
main-layout.component.html 2KB
file
main-layout.component.spec.ts 657B
file
main-layout.component.scss 223B
file
main-layout.component.ts 1KB
file
core.module.ts 1KB
folder
services 文件夹
file
product.service.ts 1KB
file
app.component.spec.ts 1KB
folder
views 文件夹
folder
dashboard 文件夹
file
dashboard.component.ts 2KB
file
dashboard.component.scss 137B
file
dashboard.module.ts 2KB
file
dashboard.component.spec.ts 649B
folder
add-product 文件夹
file
add-product.component.html 831B
file
add-product.component.scss 93B
file
add-product.component.ts 1KB
file
dashboard.component.html 2KB
folder
search-list 文件夹
file
search-list.component.ts 2KB
file
search-list.component.scss 88B
file
search-list.component.html 2KB
file
search-list.component.spec.ts 657B
folder
auth 文件夹
folder
login 文件夹
file
login.component.scss 948B
file
login.component.ts 2KB
file
login.component.html 2KB
file
login.component.spec.ts 621B
folder
register 文件夹
file
register.component.scss 951B
file
register.component.html 3KB
file
register.component.ts 2KB
file
app.component.html 61B
file
app.component.ts 213B
file
app-routing.module.ts 1KB
folder
shared 文件夹
file
shared.module.ts 192B
folder
Objects 文件夹
file
api-response.ts 84B
folder
services 文件夹
file
auth.service.ts 1KB
file
auth.service.spec.ts 347B
folder
validators 文件夹
file
password.validator.ts 541B
folder
app.component.scss 文件夹
file
theme.scss 2KB
folder
assets 文件夹
folder
images 文件夹
file
flipcart.png 8KB
file
amazon-24.png 723B
file
logo-white.png 848B
file
logo.png 1KB
file
flipkart_26.png 1KB
folder
.gitkeep 文件夹
file
main.ts 372B
file
test.ts 753B
folder
environments 文件夹
file
environment.ts 699B
file
environment.prod.ts 87B
file
index.html 2KB
file
favicon.ico 4KB
file
styles.scss 3KB
file
polyfills.ts 3KB
file
karma.conf.js 1020B
file
tsconfig.spec.json 338B
file
tsconfig.json 475B
file
.browserslistrc 648B
file
angular.json 4KB
file
tsconfig.app.json 292B
file
README.md 1KB
file
tsconfig.base.json 458B
file
.editorconfig 274B
...
zip 文件大小:199.02KB