Skip to content

一、基于flask实现后端服务,1、基本的api接口开发 2、连接mangodb数据库 3、加入redis中间件使用。二、cmake 学习 三、opencv学习

License

Notifications You must be signed in to change notification settings

CodeDuoGun/flask_service

Repository files navigation

flask_service

基于flask实现后端服务, [x] 基本的api接口开发 [x] 连接mysql数据库 [ ] 连接mongdb数据库 [ ] 加入redis中间件使用。

how to use

1、 create a virtual env for this project.
    for example use conde: 
    ```bash
    conda create -n flask_env python==3.10.6 
    ```

2、 run the command in bash
    ```bash
    pip install -r requirements.txt
    ```
    
3、 start flask service with debug mode.
    ```bash
    flask --app flaskr.factory run --debug 
    ```

welcome to contribution

I need your help, such as offer some test_case, api docs, code rules ... and so on.
thanks a lot.

About

一、基于flask实现后端服务,1、基本的api接口开发 2、连接mangodb数据库 3、加入redis中间件使用。二、cmake 学习 三、opencv学习

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published