https://github.com/z-hughes/birdblog
Minimalistic fully functional blog application using MongoDb
https://github.com/z-hughes/birdblog
database ejs ejs-partials ejs-templating heroku-deployment lodash mongodb mongoose nodejs
Last synced: 3 months ago
JSON representation
Minimalistic fully functional blog application using MongoDb
- Host: GitHub
- URL: https://github.com/z-hughes/birdblog
- Owner: Z-Hughes
- Created: 2022-04-21T16:10:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T18:50:00.000Z (over 3 years ago)
- Last Synced: 2025-03-06T19:44:00.385Z (over 1 year ago)
- Topics: database, ejs, ejs-partials, ejs-templating, heroku-deployment, lodash, mongodb, mongoose, nodejs
- Language: EJS
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fully functional blog application. Data maintained through MongoDb and site deployed via Heroku.
View live app at: https://cryptic-island-22269.herokuapp.com/
To create new post the user will add /compose to the end of the home url in oreder to hide this functionality from the readers.
Project Technologies:
MongoDB
Mongoose
Lodash
EJS
Express
Body-Parser
Node
Heroku
Skills Implemented:
Database
Web App Deployment
Templating
EJS Partials
Node Module Exports