An open API service indexing awesome lists of open source software.

https://github.com/quericy/teaching-interactive-web-platform

Teaching interactive web platform - PHP教学互动平台构建(毕业设计项目)
https://github.com/quericy/teaching-interactive-web-platform

php

Last synced: 8 months ago
JSON representation

Teaching interactive web platform - PHP教学互动平台构建(毕业设计项目)

Awesome Lists containing this project

README

          

#Teaching interactive web platform
#教学互动平台

* 本系统的主要目标是实现网上互动教学功能,在总体上采用B/S架构(Browser/Server),教师通过浏览器在该平台发布课程资料和作业等信息,数据资料经处理后存储在云端,学生注册后可提交作业,在线浏览教师发布的资料,以及在线交流学习心得,和教师答疑互动。
* 本系统的主要特色是针对移动设备的响应式布局,使得该平台不再局限在PC上,教师和学生使用随身携带的平板或手机登录网站,都可以获得较好的用户体验。因而大大提高了教学平台的便携能力,进一步提升该平台的互动的及时性。
* 本项目为本人的个人毕设项目:

> * 本项目采用 [GNU GPL v3](http://opensource.org/licenses/GPL-3.0)许可证授权,欢迎大家在这个基础上进行改进并分享。
> * GNU GPL v3许可证:[https://www.gnu.org/licenses/gpl-3.0.txt](https://www.gnu.org/licenses/gpl-3.0.txt)

---
### 本项目演示地址:
* [AzureApp](https://teachinginteractive.azurewebsites.net/)

---
### 本项目源码:

* [GitHub](https://github.com/quericy/Teaching-interactive-web-platform)
* [GitChina](https://git.oschina.net/quericy/Teaching-interactive-web-platform)

---
###数据库说明:

* 数据库位于项目的application/config/目录下,请导入teaching_interactive.sql到mysql数据库中,并配置database.php对应的数据库信息
* 后台教师登录初始用户名密码均为admin

---
欢迎交流与探讨:

* Blog: [quericy.me](https://quericy.me)
* GitHub: [https://github.com/quericy](https://github.com/quericy)