Git Product home page Git Product logo

neup-fleamarket's Introduction

先锋市场

Build Status Coverage Status

由先锋网络中心设计、开发和运营的先锋市场, 前身是先锋论坛的「跳蚤市场」板块。 独立的跳蚤市场自 2016 年开始设计, 2017 年 6 月公测,正式定名为「先锋市场」。

2017 年 10 月释出的 v1.0 版本, 基于 Laravel PHP 框架构建。 前端大部分使用 Blade 模板直接渲染, 部分页面使用 Vue.js 来加载。 异步消息系统(源代码) 包括邮件、微信、短信消息推送, 使用 Golang 编写。

Code Style Guide

PHP:

请严格按照 PSR-2PSR-12 要求格式化代码

Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting.

The PHP constants true, false, and null MUST be in lower case.

The keyword elseif SHOULD be used instead of else if so that all control keywords look like single words.

All binary and ternary (but not unary) operators MUST be preceded and followed by at least one space. This includes all arithmetic, comparison, assignment, bitwise, logical (excluding ! which is unary), string concatenation, type operators, trait operators (insteadof and as), and the single pipe operator (e.g. ExceptionType1 | ExceptionType2 $e).

HTML(Blade), CSS(SASS, SCSS, LESS), JavaScript(TypeScript):

约定按照 Google HTML/CSS Style Guide 格式化代码

Indent by 2 spaces at a time.

Don’t use tabs or mix tabs and spaces for indentation.

依赖环境

主程序:PHP 5.6+,Mysql; 异步消息系统:Mysql,RabbitMQ

鸣谢

感谢东大小秘书提供的微信消息接口!

捐助我们

短信消息通知给我们带来了不少的开支, 如果你觉得这一功能给你带来了便利,欢迎捐助!

Made with ❤ by NEUP Net Department

neup-fleamarket's People

Contributors

haizs avatar harukama avatar iborvs avatar leeeeoliu avatar nightsiesta avatar noisyes avatar onionwyl avatar ouroborosdmk avatar roywinchester avatar satouriko avatar void001 avatar whoisnian avatar woodiness avatar yhshu avatar yukiyukiyu avatar zhouziqunzzq avatar

Watchers

 avatar  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.