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.
Ensure you have Node.js (Latest Version) and MySQL installed.
npm installOpen routers/mysqldb.js to modify MySQL password.
Login to MySQL console, then
CREATE DATABASE newspaper;
USE newspaper;
SOURCE newspaper.sql;node app.js