Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aleksandromilenkov/nodesblog

NodeJS app with Express and MongoDb with Mongoose. The app is hosted here: https://nodesblog.cyclic.app
https://github.com/aleksandromilenkov/nodesblog

express mongodb mongoose nodejs

Last synced: about 1 month ago
JSON representation

NodeJS app with Express and MongoDb with Mongoose. The app is hosted here: https://nodesblog.cyclic.app

Awesome Lists containing this project

README

        

# NodesBlog
I created NodeJS and Express app for rendering blogs from MongoDb database with Mongoose.
You can add new blog and delete blogs as well.
This project is for learning purposes.
I created this project with the MVC design pattern.
I'm using EJS for handling the views, I have one controller - the blog controller and I have one model that is blog model.
The app is hosted live here: https://nodesblog.cyclic.app