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.
Soon...
- Fork Repository
- Run
npm install
to install dependencies
- Open intergrated terminal
- Run
node server.js
- Open application in local host port.