Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aleksandromilenkov/nodesblog
- Owner: aleksandromilenkov
- Created: 2023-04-17T20:59:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-02T14:23:03.000Z (over 1 year ago)
- Last Synced: 2023-08-15T22:40:25.311Z (over 1 year ago)
- Topics: express, mongodb, mongoose, nodejs
- Language: EJS
- Homepage: https://nodesblog.cyclic.app
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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