Skip to content
/ Tech-Blog Public

CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

Notifications You must be signed in to change notification settings

ru14/Tech-Blog

Repository files navigation

Tech Blog

Description

This is a project which was developed for the University of Arizona Coding Bootcamp course. The application contained within is 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. The app 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 Contents

Usage

Clone the repo, navigate to the root folder, run the following commands from the CLI:

Run Test;
npm run test

Seed DB;
npm run seed

Start Server;
npm start server

Documentation

  • Deployed App: Heroku

  • the URL to the Github repository: Github

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

If you want to contribute, open a Pull Request and include a detailed description and screenshots of the changes.

About

CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published