Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdepalma32/techbloggermvc
CMS-style blog site where developers can publish their blog posts and comment on other developers’ posts.
https://github.com/cdepalma32/techbloggermvc
handlebars mvc mysql
Last synced: about 1 month ago
JSON representation
CMS-style blog site where developers can publish their blog posts and comment on other developers’ posts.
- Host: GitHub
- URL: https://github.com/cdepalma32/techbloggermvc
- Owner: cdepalma32
- License: mit
- Created: 2024-05-08T01:32:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T01:21:04.000Z (5 months ago)
- Last Synced: 2024-10-01T07:04:23.585Z (about 1 month ago)
- Topics: handlebars, mvc, mysql
- Language: JavaScript
- Homepage: https://enigmatic-anchorage-26834-7cb4e53999dd.herokuapp.com/
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TechBloggerMVC
NoSQL Database Web App API## 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. 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.## Installation
No files to download for this project.Packages required:
- express
- express-session
- express-handlebars
- mysql2
- sequelize
- dotenv
- connect-session-sequelize
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Licence](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Usage
Click [here](https://enigmatic-anchorage-26834-7cb4e53999dd.herokuapp.com/) to access the deployed site.
## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Contributors
Contact Me## Tests
No test## Questions
If you have any questions I may or comments, be contacted at [GitHub](cdepalma32), or by [email]([email protected]).