Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.6 KB

README.md

File metadata and controls

68 lines (41 loc) · 1.6 KB

TechTalkToo

License Badge

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.

Table of Contents

  1. Installing Dependencies
  2. Usage
  3. Contributing
  4. Testing
  5. Reporting Errors
  6. License
  7. Questions

Installing Dependencies

npm install

This app uses the following dependencies:

bcrypt ^5.1.0,
connect-session-sequelize ^7.1.5,
dotenv ^16.0.3,
express ^4.18.2,
express-handlebars ^7.0.1,
express-session ^1.17.3,
mysql2 ^3.2.0,
sequelize ^6.29.1

Usage

When the user first visits the website, they will see previously published articles about topics surrounding technology.

homepage

The user has the option to create an account in order to publish their own content as well as comment on the posts of other users.

dashboard

Contributing

This repo is open for contributions!

Testing

There are currently no tests for the application.

Reporting Errors

Please report errors to Andy Kleindienst at [email protected]

License

MIT License

Questions

For any questions regarding this project, please send correspondence to [email protected].

Please visit my profile on GitHub.

Link to Live Site

TechTalkToo Live Site