https://github.com/archana-nagaraj/mvc-tech-blog
An attempt to build 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
https://github.com/archana-nagaraj/mvc-tech-blog
express-session handlebarsjs mvc-architecture sequelize
Last synced: 5 months ago
JSON representation
An attempt to build 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
- Host: GitHub
- URL: https://github.com/archana-nagaraj/mvc-tech-blog
- Owner: archana-nagaraj
- License: mit
- Created: 2021-03-10T14:35:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T22:53:16.000Z (about 5 years ago)
- Last Synced: 2025-06-19T16:54:39.929Z (12 months ago)
- Topics: express-session, handlebarsjs, mvc-architecture, sequelize
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVC-Tech-blog

## Description
An 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
* [Description](#description)
* [Deployment](#deployment)
* [Technologies](#technologies)
* [Installation](#installation)
* [License](#license)
* [Questions](#questions)
## Deployment
* The app is deployed in heroky at https://stark-journey-61935.herokuapp.com/
### Screenshots
* 
* 
* 
## Technologies
* 
* Node.js, Express.js, Sequelize, mysql2, connection-session/express-session and Jest
## Installation
* Git clone the repo
* Install npm by running the following in terminal
- npm install
* Sql commands
- mysql -u root -p
- source db/schema.sql
* Run the app
npm start
## License
This repository is licensed under the [MIT license](./LICENSE).
## Questions
For any questions about the project/repository please contact me @ [archana.nagaraj@gmail.com](mailto:archana.nagaraj@gmail.com)
GitHub @ [archana-nagaraj](https://github.com/archana-nagaraj)