Giter Site home page Giter Site logo

434room / green-world Goto Github PK

View Code? Open in Web Editor NEW
7.0 0.0 0.0 146.27 MB

2023数媒基课设 | GreenWorld 是一个利用数字媒体中文本、图像、音频、视频相关处理技术及 Web 开发技术,旨在提供关于生态系统、生物多样性、环境保护等方面的知识。通过生动的视觉和听觉呈现,这个系统能够有效地传达生态环境的复杂性和对人类生活的重要性。

Home Page: https://greenworld.nero978.top

Python 27.42% HTML 4.51% Vue 63.25% JavaScript 4.81%
antdv digital-media django django-rest-framework python vue3

green-world's Introduction

GreenWorld

2023数媒基课设

项目说明

什么是GreenWorld?

GreenWorld是一个利用数字媒体中文本、图像、音频、视频相关处理技术及 Web 开发技术, 旨在提供关于生态系统、生物多样性、环境保护等方面的知识。通过生动的视觉和听觉呈现, 这个系统能够有效地传达生态环境的复杂性和对人类生活的重要性。

安装项目

后端

# clone 项目
git clone https://github.com/434ROOM/green-world.git
# 切换目录
cd green-world
# 安装依赖
pip install -r ./requirements.txt
# 更新数据库
python manage.py migrate
# 运行后端(dev or Production)
python manage.py runserver

前端

# 切换目录
cd green-world
cd app-front
# 安装依赖
npm install
# 修改配置文件 src/serverConfig.js
...
# 运行前端(dev)
npm run dev
# 打包生产文件(Production)
npm run build
# 部署 dist 文件夹(Production)
...

运行环境

python + Node.js

项目结构

Django + vue(Ant Design Vue)

分支说明

  • main: 主分支,用于发布版本

不能直接push,只能接受其他分支的PR

  • service-core: 后端分支,用于开发后端

可以直接push

  • app-front: 前端分支,用于开发前端

可以直接push

green-world's People

Contributors

dependabot[bot] avatar nero978 avatar preponderance avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

green-world's Issues

/api/audio DELETE出错

image
在调用删除接口之后只删除了数据库的记录 没有删除文件
此外,请检查其他的删除接口是否存在同样的问题

修改密码api

image
请新增一个参数 old_password

密码不正确请返回401

profile接口返回有误

应该返回的是用户信息 而不是用户的文件信息。。。
username字段放在data里
应该是

{
    code: ''
    msg: ''
    time: ''
    data: {
        user_id: ''
        username: ''
        email: ''
        ....
    }
}

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.