文件名称:recipe-project
文件大小:231KB
文件格式:ZIP
更新时间:2024-04-28 04:55:42
Python
UIUC CS-411配方项目 设置要求: 安装postgres。 根据平台设置要求的不同而不同。 UIUC VM正在运行Linux Red Hat(Cent OS),您可以通过以下方式找到它: cat /etc/os-release 连结 安装mongo-db。 与上面类似。 下载 安装flask&python db依赖项。 通过以下方式将这些添加到需求中: python3 -m pip freeze > requirements.txt 现在,运行 pip3 install -r requirements.txt 安装NodeJ 启用node.js yum存储库 yum install -y gcc-c++ make curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - 安装node.js su
【文件预览】:
recipe-project-main
----.gitignore(2KB)
----requirements.txt(452B)
----README.md(2KB)
----backend()
--------mongoRecipeLoad.py(2KB)
--------recipeSearch.py(6KB)
--------user.py(2KB)
--------pgDataLoad.py(5KB)
--------mongoconnection.py(336B)
--------pgconnection.py(868B)
----config.py(421B)
----frontend()
--------.gitignore(310B)
--------package.json(1KB)
--------package-lock.json(759KB)
--------src()
--------public()
--------README.md(3KB)
----app.py(1KB)