文件名称:gunnhacks-project:Gunnhacks项目
文件大小:194KB
文件格式:ZIP
更新时间:2024-03-05 11:20:56
Python
Gunnhacks项目
Gunnhacks项目
如何运行前端:
cd react-frontend
npm install package.json (if this is your first time)
npm start
### How to run backend
Installing Dependencies:
`pip install -r requirements.txt`
Setting Up App:
`python setup.py`
Running Flask App:
```shell
export FLASK_APP=api (Unix)
set FLASK_APP=api (Windows CMD)
flask run
# Set flask to dev mode
export FLASK_ENV=development
【文件预览】:
gunnhacks-project-main
----.gitignore(440B)
----README.md(439B)
----api()
--------extensions.py(223B)
--------models.py(1KB)
--------main.py(2KB)
--------auth.py(1KB)
--------__init__.py(977B)
----requirements.txt(393B)
----setup.py(89B)
----react-frontend()
--------README.md(3KB)
--------public()
--------package.json(817B)
--------src()
--------package-lock.json(670KB)