https://github.com/jsnbdrx/tech-blog
Tech Blog is a blog application with user accounts, posts, and comments.
https://github.com/jsnbdrx/tech-blog
expressjs handlebarsjs nodejs sql
Last synced: 6 months ago
JSON representation
Tech Blog is a blog application with user accounts, posts, and comments.
- Host: GitHub
- URL: https://github.com/jsnbdrx/tech-blog
- Owner: jsnbdrx
- Created: 2022-01-28T02:22:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T02:00:56.000Z (over 4 years ago)
- Last Synced: 2025-01-27T11:16:17.649Z (over 1 year ago)
- Topics: expressjs, handlebarsjs, nodejs, sql
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tech Blog

## App Decription:

This is a web application where a user can create an account and make blog posts. A user can also make comments on other user posts.
## Table of Contents:
* [Usage](#usage)
* [Technologies](#technologies)
* [License](#license)
## Usage:
* Navigate to link https://tech-blog-jsnbdrx.herokuapp.com/
* Create an account
* Post a topic and body to your post.
* Make comments on other user posts.
## Technologies:
- HTML
- CSS
- Javascript
- Node.js
- Express.js
○ Get and post routes
- MySQL
○ Create database
- Sequelize
○ Create database models
- Handlebars.js
○ Create templatized html
- Include authentication (express-session and cookies)
## License:
MIT License
Copyright (c) [2022] [Jason Boudreaux]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.