Skip to content

GeneralNewsExtractor/GneListBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GneListBackend

接收从 GneList 发来的数据

运行方式

本项目依赖 MongoDB。请确保你本地安装了 MongoDB,并且可以使用mongodb://localhost连接。 如果你的 MongoDB 不在本地,或者在本地但有账号密码,请在 config文件夹 中创建一个 prod.yml 文件,并模仿 local.yml填写链接 URI 和 db、col。

pipenv install
pipenv shell
export prod # 你自己创建的 yml文件的名字
uvicorn main:app --port 8800 --host 0.0.0.0  # 使用8800端口

About

接收从 GneList 发来的数据

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages