Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.08 KB

README.md

File metadata and controls

72 lines (43 loc) · 2.08 KB

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