All Projects → abbeyokgo → Payjs_faka

abbeyokgo / Payjs_faka

这个是基于payjs的发卡平台。

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Payjs faka

Flask api
Creating a Machine Learning API using Flask - Repository for AV Article
Stars: ✭ 177 (-8.76%)
Mutual labels:  flask
Supplychainpy
Supplychainpy is a Python library for supply chain analysis, modelling and simulation. The library assists a workflow that is reliant on Excel and VBA.
Stars: ✭ 184 (-5.15%)
Mutual labels:  flask
Sentimentanalysis
Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the Stanford Sentiment Treebank.
Stars: ✭ 186 (-4.12%)
Mutual labels:  flask
Machine Learning Deployment
Launch machine learning models into production using flask, docker etc.
Stars: ✭ 177 (-8.76%)
Mutual labels:  flask
Twitter Intelligence
Twitter Intelligence OSINT project performs tracking and analysis of the Twitter
Stars: ✭ 179 (-7.73%)
Mutual labels:  flask
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+1376.29%)
Mutual labels:  flask
Shopyo
🎁 Your Open web framework, designed with big in mind. Flask with Django advantages. Build your management systems, ERP products & mobile backend (coming soon). Small business needs apps included by default. First timers friendly. Email: [email protected] | password: pass
Stars: ✭ 172 (-11.34%)
Mutual labels:  flask
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+1032.99%)
Mutual labels:  flask
Udata
Customizable and skinnable social platform dedicated to open data.
Stars: ✭ 181 (-6.7%)
Mutual labels:  flask
Livetv mining
直播网站数据采集
Stars: ✭ 188 (-3.09%)
Mutual labels:  flask
Pyecharts App
pyecharts 体验网站(已弃用)
Stars: ✭ 178 (-8.25%)
Mutual labels:  flask
Kubernetes Mlops
MLOps tutorial using Python, Docker and Kubernetes.
Stars: ✭ 177 (-8.76%)
Mutual labels:  flask
Flask table
Because writing HTML is fiddly and all of your tables are basically the same
Stars: ✭ 187 (-3.61%)
Mutual labels:  flask
Flask Meld
Meld is a full-stack framework for Flask that allows you to create dynamic frontends in Flask using Python and the Jinja2 templating engine.
Stars: ✭ 177 (-8.76%)
Mutual labels:  flask
Delbot
It understands your voice commands, searches news and knowledge sources, and summarizes and reads out content to you.
Stars: ✭ 191 (-1.55%)
Mutual labels:  flask
Saltshaker api
saltshaker_plus restful api
Stars: ✭ 177 (-8.76%)
Mutual labels:  flask
Dailynotes
App for taking notes and tracking tasks on a daily basis
Stars: ✭ 182 (-6.19%)
Mutual labels:  flask
Hrshell
HRShell is an HTTPS/HTTP reverse shell built with flask. It is an advanced C2 server with many features & capabilities.
Stars: ✭ 193 (-0.52%)
Mutual labels:  flask
Flask Dropzone
Upload file in Flask application with Dropzone.js
Stars: ✭ 191 (-1.55%)
Mutual labels:  flask
Flango
A Django template for using Flask for the frontend, Django for the backend.
Stars: ✭ 188 (-3.09%)
Mutual labels:  flask

基于payjs的个人发卡平台


开发环境: Python2.7

开发框架: flask

前端框架: bootstrap

数据库: MySQL


预览

  1. 首页 index.png

  2. 购买确定信息 buy_ok.png

  3. 确定弹出支付二维码 buy_pay.png

  4. 库存不足 buy_no.png

  5. 提取卡密 getkm.png

  6. 后台首页 admin.png

  7. 后台订单管理 admin4.png

  8. 添加卡密 add_code.png


安装教程

  1. 推荐环境:centos7+python2.7

  2. git clone https://github.com/tangrela/payjs_faka.git

  3. cd payjs_faka/faka

  4. 安装依赖:pip install -r requirement.txt

  5. 修改配置信息: vi config.py

    • payjs商户号PAYJS_ID和密钥PAYJS_KEY
    • mysql配置
  6. 添加管理员账号:python run.py deploy,按照提示输入管理员邮箱和密码

  7. 运行:gunicorn -w4 -b 0:35000 run:app,然后访问你的ip:35000试试


我的示例网站:http://iofaka.com

TG交流群:https://t.me/joinchat/EJ46bxKHAD-oXG3jWbdteQ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].