tech blog:一个CMS风格的博客网站开发人员可以在其中发布其博客文章并对其他开发者的文章发表评论。 此应用程序使用Handlebars.js作为模板语言
科技博客 目录 描述 一个CMS风格的博客网站,开发人员可以在其中发布其博客文章,并对其他开发者的文章发表评论。 该应用程序使用Handlebars.js作为模板语言,使用Sequelize作为ORM,并使用express-session npm软件包进行身份验证。 安装 // Clone the repository to your local machine using:| git clone git@github.com:malloryfaria/tech-blog.git // Install all the dependencies by typing code: npm i // Ensure you have set up MySQL and you have a legacy password to log in with **** // Create a .env fil
文件列表
tech-blog-main.zip
(预估有个43文件)
tech-blog-main
models
index.js
603B
Comment.js
775B
Post.js
777B
User.js
1KB
config
connection.js
404B
package.json
796B
__tests__
暂无评论