Skip to content

Tech Blog is a blog-style CMS. It is a full stack application built on Node.js. This application uses Express.js, MySql, Sequelize and Handlebars.js

Notifications You must be signed in to change notification settings

CaseyDeriso/Tech-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech-Blog

GitHub issues GitHub pull requests license GitHub Repo stars GitHub package.json version

Description

Tech Blog is a blog-style CMS. It is a full stack application built on Node.js. This application uses Express.js, MySql, Sequelize and Handlebars.js. This application supports bcrypt password encription and session authentication to protect user data.

Table of Contents:

Installation

This project is depoyed to heroku. If you with to deploy it locally, Node.js and mysql must be installed on your local machine. Clone the repo and add a .env file with DB_NAME, DB_USER, and DB_PW variables and initialize the database through mysql shell with the command 'source db/schema.sql;'. After initializing the databse, npm start will spin up the server on localhost:3001.

Usage

Post short blogs, comment on other users blog posts, and upvote other posts to contribute to this CMS!

Screenshot

Screenshot of Application

Credits

UT Coding Bootcamp

Deployment

link to deployed application

About

Tech Blog is a blog-style CMS. It is a full stack application built on Node.js. This application uses Express.js, MySql, Sequelize and Handlebars.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published