All Projects → zhaofinger → finger-blog

zhaofinger / finger-blog

Licence: MIT license
个人博客代码仓库

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Labels

Projects that are alternatives of or similar to finger-blog

Koa Webpack Middleware
webpack dev&hot middleware for koa2
Stars: ✭ 215 (+760%)
Mutual labels:  koa2
Lazy Mock
一个快速生成后端模拟数据的懒人工具,支持代码生成器模板开发
Stars: ✭ 236 (+844%)
Mutual labels:  koa2
koa-demo
Simple API build to demonstrate Koa.js
Stars: ✭ 18 (-28%)
Mutual labels:  koa2
Koa2 Boilerplate
Enhanced koa2 boilerplate in ES7 with Babel http://koa2-boilerplate.tarax.cn/
Stars: ✭ 223 (+792%)
Mutual labels:  koa2
Monkov
A blog system built with vue and koa
Stars: ✭ 234 (+836%)
Mutual labels:  koa2
koa-webpack-server
Koa2 webpack all-in-one environment for universal development
Stars: ✭ 14 (-44%)
Mutual labels:  koa2
Bilibili Vue
前端vue+后端koa,全栈式开发bilibili首页
Stars: ✭ 2,590 (+10260%)
Mutual labels:  koa2
vue-login
基于vue2.0+koa2+mongodb实现注册登录
Stars: ✭ 90 (+260%)
Mutual labels:  koa2
Koa2 Mongodb Server
利用koa2+mongodb搭建一套简易的nodejs后台服务,用于为客户端提供数据请求的数据api接口
Stars: ✭ 235 (+840%)
Mutual labels:  koa2
monero-merchant
Monero Merchant is a RESTful API wrapper for the official Monero wallet RPC. This project is mainly for merchants who hope to accept Monero as payment, which is currently the most robust and privacy-oriented cryptocurrency with extremely low transaction fees.
Stars: ✭ 27 (+8%)
Mutual labels:  koa2
Wl Mfe
基于vue3+koa2+qiankun2的微前端后台管理系统项目实战
Stars: ✭ 224 (+796%)
Mutual labels:  koa2
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+828%)
Mutual labels:  koa2
vue-node-mongodb-blog
vue + node + mongodb + webpack5 + koa2 从开发到上线搭建一款简约的个人博客系统(前后端分离)
Stars: ✭ 44 (+76%)
Mutual labels:  koa2
Koa Ts
The best practice of building Koa2 with TypeScript
Stars: ✭ 220 (+780%)
Mutual labels:  koa2
ECHI VUE TODO
使用 Vue 开发的一款 TODO 应用,包含登录、待办、日程、历史事项、回收站。项目较为小型,适合进阶学习使用(💡请注意,项目大量使用 jsx 进行开发)。
Stars: ✭ 19 (-24%)
Mutual labels:  koa2
Next Blog
基于react(ssr)服务端框架next.js和antd-design搭建的个人博客
Stars: ✭ 214 (+756%)
Mutual labels:  koa2
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+888%)
Mutual labels:  koa2
koa-practice
koa + RESTful + 中间件模式开发的后端程序,基本可以满足一般的业务需求,有需要的朋友可以查看
Stars: ✭ 13 (-48%)
Mutual labels:  koa2
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+196%)
Mutual labels:  koa2
koa-mongoDB
😊😊Koa and mongoose build services
Stars: ✭ 24 (-4%)
Mutual labels:  koa2

finger-blog

预览图

finger-blog 是一个基于 koa2 mysql的网络博客应用.

Installation

本应用依赖于 node.js(>= 7.6.0) 以及 mysql 数据库.

  1. 克隆仓库: git clone [email protected]:zhaofinger/finger-blog.git.
  2. 进入仓库根目录运行 yarn 安装依赖.
  3. 打开根目录下的 config.example.js 复制一份 config.js 根据自己的数据库配置以及其他修改配置文件.
  4. 本地开发模式: 运行 yarn run dev , 然后打开浏览器输入 http://localhost:1024.
  5. 部署服务器: 依次运行 yarn run deploy_setup 以及 yarn run deploy, 具体操作可查看使用pm2+nginx部署koa2(https).

Scripts

  • dev: 本地开发
  • deploy_setup: deploy setup
  • deploy: 部署线上
  • lint: eslint
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].