Coder Social home page Coder Social logo

pasalai / zhengmatch Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 23.3 MB

崝赛网络安全竞赛系统 CTF、AWD、选择、简答 赛事编排

Home Page: https://github.com/pasalai/ZhengMatch

Python 5.61% CSS 7.28% SCSS 0.45% HTML 8.35% JavaScript 78.31%
ctfplatform ctf python django simple-ui ctf-platform

zhengmatch's Introduction

ZhengMatch

崝赛——网络安全赛事比赛平台 Ctf、AWD、简答、选择 赛事管理、选手管理、题目创建、赛事编排

README_English

界面预览

登陆界面
赛事列表
后台预览1
后台预览2

开发进度

Null 

数据库设计 _ 有时间再写,看得懂的自己去看models.py

NULL

安装部署

# 下载项目文件
git clone https://github.com/lsc183754539/ZhengMatch
# 安装依赖模块
cd ZhengMatch
pip3 install -r requirements.txt  
# 修改ZhengMatch/setting.py 中的数据库连接信息
# 部署数据库(先将models.py中跨模块引用的部分注释掉执行一次成功后解除注释重新执行成功即部署完成)
python3 manage.py makemigrations
python3 manage.py migrate
# 运行项目
python3 manage.py runserver 0.0.0.0 80 # 端口信息自行设置  

请遵循Apache-2.0 License

zhengmatch's People

Contributors

pasalai avatar

Stargazers

 avatar  avatar

Watchers

 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.