Skip to content

This application creates a blogging site where Programmers and Technical folks can publish their blog posts and comment on other's posts. Built using Node.js Sequelize ORM, MySQL2, Express and Handlebars .js used for templating.

License

Notifications You must be signed in to change notification settings

ramantv/rvt_tech_blog

Repository files navigation

RVT Tech Blog

This application creates a blogging site where Programmers and Technical folks can publish their blog posts and comment on other's posts.

Table of contents

General info

This Tech Blog application follows the classic MVC paradigm. It uses Handlebars.js as the templating language, Sequelize ORM for Object Relational Mapping and the express-session package for Authentication.

Deployed Application

RVT Tech Blog

Screenshots

Budget Tracker Screenshot

Setup

  • Clone GitHub repository
  • run npm install
  • Open up MySQL shell and run: source .db/schema.sql
  • Optionally run: npm run seed (to create some seed data)
  • Run 'npm start' to start the application.
  • Open browser and go to - http://localhost:3001

Code and Technologies

Licenses

MIT ISC

Developer(s)

About

This application creates a blogging site where Programmers and Technical folks can publish their blog posts and comment on other's posts. Built using Node.js Sequelize ORM, MySQL2, Express and Handlebars .js used for templating.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published