All Projects → hardphp → Tp5 Api

hardphp / Tp5 Api

前后端完全分离--服务端基于thinkphp5+mysql 接口解决方案

Projects that are alternatives of or similar to Tp5 Api

Mipcms
Thinkphp5 Vue2.x Axios iview 百度MIP --整套前后台PC+移动 为SEO打造的CMS内容管理系统
Stars: ✭ 94 (+10.59%)
Mutual labels:  mysql, thinkphp5
Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (+47.06%)
Mutual labels:  mysql, thinkphp5
Open source bms
Open Source BMS 后台管理系统
Stars: ✭ 351 (+312.94%)
Mutual labels:  mysql, thinkphp5
Olog
📔 Online Note-Taking Experience | 即时灵感笔记记录平台
Stars: ✭ 79 (-7.06%)
Mutual labels:  mysql
Agent
The best way to backup and restore your database
Stars: ✭ 80 (-5.88%)
Mutual labels:  mysql
Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
Stars: ✭ 1,248 (+1368.24%)
Mutual labels:  mysql
Gopherus
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
Stars: ✭ 1,258 (+1380%)
Mutual labels:  mysql
Bbs node
node后端服务,node+express+mysql, 搭建token-权限-管理完整的web服务, 对应页面: https://www.lyh.red/admin \ https://www.lyh.red/bbs \ 接口地址https://www.lyh.red/apidoc/index.html
Stars: ✭ 78 (-8.24%)
Mutual labels:  mysql
Statemachineone
State Machine library for PHP
Stars: ✭ 84 (-1.18%)
Mutual labels:  mysql
Butterfly
🔥 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,同时也是微服务框架,自带消息队列通信机制实现分布式
Stars: ✭ 82 (-3.53%)
Mutual labels:  mysql
Archer
基于inception的自动化SQL操作平台,支持SQL执行、LDAP认证、发邮件、OSC、SQL查询、SQL优化建议、权限管理等功能,支持docker镜像
Stars: ✭ 1,239 (+1357.65%)
Mutual labels:  mysql
Dble Docs Cn
Documents for dble in Chinese
Stars: ✭ 80 (-5.88%)
Mutual labels:  mysql
Gh Ost
GitHub's Online Schema Migrations for MySQL
Stars: ✭ 9,523 (+11103.53%)
Mutual labels:  mysql
Sqlite3 To Mysql
Transfer data from SQLite to MySQL
Stars: ✭ 79 (-7.06%)
Mutual labels:  mysql
Ourbatis
Enhancement tools that make the development of Mybatis easier.
Stars: ✭ 84 (-1.18%)
Mutual labels:  mysql
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (-8.24%)
Mutual labels:  mysql
Aiomysql
aiomysql is a library for accessing a MySQL database from the asyncio
Stars: ✭ 1,252 (+1372.94%)
Mutual labels:  mysql
Mysqltuner
MySQL Tuner for Windows
Stars: ✭ 81 (-4.71%)
Mutual labels:  mysql
Sql
MySQL & PostgreSQL pipe
Stars: ✭ 81 (-4.71%)
Mutual labels:  mysql
Region
ThinkPHP5/6省市区(县)街道四级联动扩展
Stars: ✭ 83 (-2.35%)
Mutual labels:  thinkphp5

前后端完全分离--服务端基于thinkphp5+mysql 接口解决方案

体验地址 http://api.hardphp.com/vue-admin/index.html 账号admin 密码123456

接口测试地址:http://api.hardphp.com/api.html

代码结构:

image

部署步骤:

第一步(已安装,可略过):安装git ,下载地址:https://git-scm.com/download/win,然后把C:\Program Files\Git\bin设置环境变量path

第二步(已安装,可略过):https://nodejs.org/en/blog/release/v9.11.2/

第三步(已安装,可略过):安装npm install -g @vue/cli,参考https://cli.vuejs.org/zh/guide/installation.html

第四步:下载tp5-api 代码,下载地址:https://github.com/hardphp/tp5-api

第五步:配置config/database.php 数据库信息

第六步:本地hosts文件配置域名api.hardphp.com(域名根据自己喜好,与vue-admin对应即可),然后指向/public目录即可。

第七步:下载vue-admin 代码,下载地址:https://github.com/hardphp/vue-admin

第八步:进入vue-admin 目录,依次npm install

第九步:开发模式 npm run serve

第十步:生产模式 npm run build ,把生成的代码放到/public 下,更名为vue-admin , 浏览器输入 api.hardphp.com/vue-admin ,账号admin,密码123456 即可。

QQ交流群 :488148501
微信交流群:(由于群二维码有效期太短,加我微信,拉你入群,备注tp5-vue)

image

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