Skip to content

Similar to WordPress, users can create, edit, or delete their own blog posts. They can also comment on other users' posts.

License

Notifications You must be signed in to change notification settings

rsowald/TechBlog

Repository files navigation

I Blog Technically: Tech Blog

License

Description

Deployed application

This is a full stack blogging application similar to WordPress. A user can view posts from other users on the home page, and, if signed in, they can 1) view, edit, or delete their own posts, and 2) comment on other users' posts. The app uses an Express server, Sequelize database model, and Sequelize session store to persist a login state. The server and database are deployed to Heroku, so this is a fully functional application from front to back end.

Table of Contents

Installation

Run npm i

Usage

  1. Visit the homepage at https://rhubarb-cobbler-10166.herokuapp.com/

application image

  1. Create a new account

application image

  1. Navigate to the dashboard to make new posts

application image application image

  1. View all blog posts on the home page

  2. Read all comments and leave your own by clicking on individual blog posts from the home page

application image

  1. Update or delete your own posts from the dashboard

application image

  1. Logout when you are done

License

APACHE 2.0 License

Contributing

To contribute to this repo:

  1. Fork the repo
  2. Make changes to forked repo
  3. Submit a pull request to this repo

Thank you to the following who have already contributed: Renae Sowald

Tests

no tests

Questions

For more information: Visit my GitHub: https://rsowald.github.io

or Email: renaesowald@gmail.com

About

Similar to WordPress, users can create, edit, or delete their own blog posts. They can also comment on other users' posts.

Topics

Resources

License

Stars

Watchers

Forks