Giter Club home page Giter Club logo

meeting's Introduction

开源会议室

开源会议室预约小程序+Django服务端后台

扫码体验

开源会议室

安装方式

本项目在以下代码托管网站同步更新:

获取代码

git clone https://github.com/007gzs/meeting.git

服务端配置

服务端使用Django + django-rest-framework + django-cool 框架开发

创建数据库

CREATE SCHEMA `meeting` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ;

初始化数据

server/meeting/local_settings.py.default 重命名为 server/meeting/local_settings.py 并修改其中相关信息 在server目录中执行(推荐使用虚拟python虚拟环境)

# 安装依赖
pip install -r requirements.txt
# 初始化数据库
python manage.py makemigrations
python manage.py migrate
# 创建管理员用户
python manage.py createsuperuser
# 启动服务
python manage.py runserver 0.0.0.0:8000

后台管理地址

http://127.0.0.1:8000/sysadmin

可以用上面创建的管理员账号登录查看

小程序配置

  • miniprogram/utils/api.js文件中const server = 'http://10.100.0.7:8000' 修改为本机内网IP
  • miniprogram/project.config.jsonappid修改为自己的appid
  • 用微信web开发者工具打开miniprogram并编译

软件截图

会议室列表 会议预约 会议列表 会议明细 会议室二维码 我的会议

meeting's People

Contributors

007gzs avatar cww97 avatar

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.