Skip to content

Building CMS-style blog, just like a wordpress site.

Notifications You must be signed in to change notification settings

LeinadZz/Tech-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech-Blog

It is crucial to both create technology and write about it. Developers often engage in both creating new software and fixing existing code, but also devote some time to reading and writing about technical topics, recent developments, and emerging technologies. A quick internet search for any topic covered in a course can yield a vast number of articles and tutorials written by developers of various expertise.

This application is a CMS-style blog similar to a Wordpress site, where developers can publish their blog posts and comment on other developers' posts as well. This site is built completely from scratch. This application follows the MVC paradigm in its architectural structure, use Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.

Live Application

Soon...

Installation

  1. Fork Repository
  2. Run npm install to install dependencies

Usage

  1. Open intergrated terminal
  2. Run node server.js
  3. Open application in local host port.

About

Building CMS-style blog, just like a wordpress site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published