Giter Site home page Giter Site logo

ruanshihai / ad-wall Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 912 KB

A web system based on PHP Laravel. Designed and implemented for courses "System analysis and design" and "The experiment of software design".

PHP 99.31% JavaScript 0.40% ApacheConf 0.28%

ad-wall's Introduction

AD-WALL ##AD-WALL是什么? 广告墙,一个周边商铺广告的推送平台

当前很多商铺的优惠信息、热卖产品、上架新品很难快速被很多人知晓, 通过该平台,商铺的活动会很快得到传播,使用户在无意间得到消息从而形成消费行为。

##AD-WAL有哪些功能?

  • WEB端
    • 商家注册、登录、上传广告
    • 管理员登录、审核广告
    • 服务器后台
  • APP(不在这里实现)
    • 获取广告信息
    • 获取商家信息
    • 定位导航

##使用说明

  • 配置 Nginx+MySQL+PHP5+Laravel 5.0 开发环境
  • Nginx 网站根目录配置为 ad-wall/public
  • 数据库配置
    • 按实际需要修改 ad-wall/.env 文件以下各项,并且在 MySQL 上建立对应的数据库 DB_HOST=localhost DB_DATABASE=ad_wall DB_USERNAME=root DB_PASSWORD=
    • 在 ad-wall/ 目录执行以下命令执行数据库迁移操作: php artisan migrate
  • 添加管理员
    • 修改文件 ad-wall/app/Services/Registrar.php,把 create 函数中用户类型 type 改为0
    • 访问网站,新注册的用户即拥有管理员权限
    • 关闭管理员注册功能,即撤销 Registrar.php 文件的修改
  • 访问网站,进行正常用户注册、登录、上传广告操作以及管理员审核操作

##问题反馈 在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

##感激 感谢以下的项目,排名不分先后

ad-wall's People

Contributors

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