Coder Social home page Coder Social logo

xieyuh / wipi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from since123/wipi

0.0 1.0 0.0 1.9 MB

nextjs + nestjs + TypeScript +MySQL 开发的前后端分离,服务端渲染的博客系统

Home Page: https://custw.qifengle1412.cn/

License: Apache License 2.0

TypeScript 86.60% JavaScript 2.87% CSS 10.00% Shell 0.52%

wipi's Introduction

最近疫情比较紧张,在家调休,闲着无聊便写了个前后端分离,服务端渲染的博客系统。支持特性:

  • 文章创建、编辑、发布
  • 文章及页面评论
  • 文章搜索及搜索记录管理
  • 页面动态创建
  • 文件上传(上传到 阿里云 OSS)
  • 邮件通知
  • 动态系统设置(系统标题、Logo、favicon、页脚及 SEO 配置等)
  • 系统访问统计(ip + user-agent)

使用技术:react.js typescript nextjs nestjs mysql。 GitHub 地址:https://github.com/zhxuc/wipi (欢迎 star)。

线上预览

前台页面

地址:https://custw.qifengle1412.cn/

后台页面

地址:https://custw.qifengle1412.cn/admin/register (支持访客注册,也可使用账户:wipi wipi123456)。

登录页面 后台首页 文章管理 页面管理

地址:https://custw.qifengle1412.cn/admin/login (账户:wipi,密码:wipi123456)。

本地启动

  • clone 本项目。
git clone --depth=1 https://github.com/zhxuc/wipi.git your-project-name
  • 安装依赖

首先安装 MySQL,推荐使用 docker 进行安装。

docker run -d --restart=always --name wipi-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql

然后安装项目 node 依赖。

cd client && yarn
cd server && yarn
  • 启动项目

分别启动前台页面和服务端。

cd client && yarn dev
cd server && yarn start:dev

打开浏览器,访问 http://localhost:3000 即可访问前台页面,http://localhost:3000/admin 为后台管理页面。

服务端接口运行在 http://localhost:4000

首次启动,默认创建管理员用户:admin,密码:admin(可在 server/src/config 文件中进行修改)。

[PS] 如服务端配置启动失败,请先确认 MySQL 的配置是否正确,配置文件在 server/src/config

项目部署

在服务器使用 pm2 进行部署即可,可以查看 deploy.sh 文件。

搜索服务

该项目使用了 MySQL 模糊查询提供搜索接口。如果服务器配置较高,或想体验更强大的搜索服务(elasticsearch),可以参考 elasticsearch 文件下 deploy.sh 文件。

最后说一句:

  1. 首页:https://custw.qifengle1412.cn/
  2. 后台:https://custw.qifengle1412.cn/admin/login (账户:wipi,密码:wipi123456
  3. 源码:https://github.com/zhxuc/wipi (欢迎 star)

wipi's People

Watchers

James Cloos 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.