文件名称:pycdbinvest:使用Flask API和VueJs Frontend Client的Python项目
文件大小:112KB
文件格式:ZIP
更新时间:2024-03-06 08:01:15
Python
带有VueJs前端客户端的Flask API项目 描述 使用Flask和VueJs开发项目,以便使用Lambda环境在Amazon Web Services进行部署。 使用无服务器框架在localhost上以及AWS上进行部署。 NodeJS Axios使用VueJs框架路由客户端请求。 该项目已获得GPL v3.0许可。 目录 安装 使用Python3.7来创建虚拟环境'venv' $ virtualenv -p python3.7 venv $ source venv/bin/activate 安装要求 $ pip install -r requirements 为了在localhost或AWS Lambda和AWS API Gateway上部署Web应用程序,请使用无服务器框架: $ npm install -g serverless 安装无服务器插件: $ sls plugi
【文件预览】:
pycdbinvest-master
----client()
--------package.json(1KB)
--------package-lock.json(448KB)
--------src()
--------public()
--------vue.config.js(59B)
--------babel.config.js(66B)
----.gitignore(295B)
----package.json(201B)
----requirements.txt(143B)
----serverless.yml(366B)
----package-lock.json(21KB)
----models()
--------__init__.py(0B)
--------apiModel.py(2KB)
----validators()
--------__init__.py(0B)
--------apiResponses.py(492B)
--------apiValidators.py(951B)
----utils()
--------__init__.py(0B)
--------csvParser.py(1KB)
--------CDI_Prices.csv(50KB)
--------investmentCalculator.py(1KB)
----README.md(2KB)
----app.py(3KB)