Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T23:32:26.000Z (9 months ago)
- Last Synced: 2024-10-15T05:23:36.335Z (3 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
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## 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
![Screenshot 2024-04-04 at 5 30 32 PM](https://github.com/MauryIV/mvc-tech-blog/assets/146037880/471a529a-70e1-450e-9972-ced7c8febad0)
![Screenshot 2024-04-04 at 5 30 24 PM](https://github.com/MauryIV/mvc-tech-blog/assets/146037880/c59aaf8e-5144-4e1f-b6e2-740f5dca4d40)
![Screenshot 2024-04-04 at 5 31 23 PM](https://github.com/MauryIV/mvc-tech-blog/assets/146037880/b3680a6e-4d37-4cae-801e-9cab251de166)
![Screenshot 2024-04-04 at 5 31 18 PM](https://github.com/MauryIV/mvc-tech-blog/assets/146037880/d7ebed44-ab80-4b61-b289-e7d8cb0a2439)
## 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)