Giter VIP home page Giter VIP logo

chrissy-sohal / tech-blog Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 78 KB

A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. Deployed on Heroku. It follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.

Home Page: https://tech-blog-chrissy.herokuapp.com/

License: MIT License

JavaScript 67.08% Handlebars 12.54% CSS 20.38%
mysql nodejs blog heroku-deployment mvc sequelize tech-blog

tech-blog's Introduction

Tech Blog

Description

A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. Deployed on Heroku. It follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.

Table of Content

Installation:

To install the necessary dependencies, run the following command:

npm i

Usage:

-To use this app npm init has to be called to create your package.json file.

-The following necessary Npm dependencies must be installed to run the application properly: the needed dependencies will be found on the package.json file.

-To properly install the database you must install MySQL on your computer, create an profile in which you have a root and a password.

-In your command line you must type mysql -u root -p and then enter, type your password that you created on MySQL on the following line.

-To finally add the database you must do the following: source db/schema.sql then enter.

-Run "npm run seed" on command line.

-Run "npm start" for the port to start listening.

-If on Heroku, all you have to do is login.

You can find ther deployed Heroku application here: https://tech-blog-chrissy.herokuapp.com/

License:

https://opensource.org/licenses/MIT This application is covered by the MIT license.


Badges:

Badge

Contribution:

Feel free to contribute as desired!

Testing:

There are currently no tests for this application.

Questions:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.