Skip to content

The Blog System Powers FZSZ Sanyechong Online Magazine Website.

Notifications You must be signed in to change notification settings

FZSZXXB/ReXpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's This

A modern blog system, which has an integrated file uploading system and a real-time previewing Markdown editor(By @luogu-dev's Markdown*Palletes).

You can clone the main branch. The server branch is a customized edition for our server.

The Album Auto Generator is customized for FZSZ's Sanyechong Magazine Official Website to show their magazines.

Init

Ensure you have Node.js (Latest Version) and MySQL installed.

npm install

Configuration

Open routers/mysqldb.js to modify MySQL password.

Login to MySQL console, then

CREATE DATABASE newspaper;
USE newspaper;
SOURCE newspaper.sql;

Start Preview

node app.js

About

The Blog System Powers FZSZ Sanyechong Online Magazine Website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published