https://github.com/mauryiv/mvc-tech-blog
A blog where users can sign in and post about tech
https://github.com/mauryiv/mvc-tech-blog
bcrypt expressjs handlebars mvc-architecture nodejs postgresql
Last synced: 3 months ago
JSON representation
A blog where users can sign in and post about tech
- Host: GitHub
- URL: https://github.com/mauryiv/mvc-tech-blog
- Owner: MauryIV
- Created: 2024-03-31T17:33:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T23:32:26.000Z (about 2 years ago)
- Last Synced: 2025-09-26T10:34:29.133Z (9 months ago)
- Topics: bcrypt, expressjs, handlebars, mvc-architecture, nodejs, postgresql
- Language: JavaScript
- Homepage: https://mvc-tech-blog-p2ap.onrender.com
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A little blog site dedicated to MVC. Can write blog posts and add comments, as long as you are signed in.
## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges


## Installation
User would need to run npm i for package.json to download necessary modules.
## Usage
This can be a great starting off point for how to write your own MVC type web blog application.
## Visuals




## Tests
I ran tests in my local browser host. User would be able to the the same, or can use an application like Insomnia.
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Roadmap
I would like to be able to delete comments as a user that posted them. Tried going for it before but need to circle back around to try different ways to make it happen. Also can always make it look prettier.
## Contributing
Always open to contributions or suggestions.
## Authors and Acknowledgment
I wrote this code from scratch, did have a lot of help from the knowledge given to me by DU bootcamp, also refered to classmates when stuck.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.
## Project Status
Complete, for now.
[back to top](#title)