https://github.com/lostvikx/simple-blog-site
Blog site, made with Node.js, express, MongoDB, mongoose, and EJS.
https://github.com/lostvikx/simple-blog-site
ejs express mongodb mongoose nodejs
Last synced: 2 months ago
JSON representation
Blog site, made with Node.js, express, MongoDB, mongoose, and EJS.
- Host: GitHub
- URL: https://github.com/lostvikx/simple-blog-site
- Owner: lostvikx
- License: mit
- Created: 2021-08-16T17:20:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T12:50:07.000Z (over 4 years ago)
- Last Synced: 2025-06-11T12:46:34.022Z (about 1 year ago)
- Topics: ejs, express, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Simple Blog Site
This is my first node.js project. Learned a lot of new things such as connecting your app to MongoDB, using schema to model the database.
Used express.js for the first time as well. Learned about routes, routers.
The project uses ejs as its view engine to render the site, it makes life a bit easier by using partials.
Used the MVC standard in web-development. Controllers just makes managing and reading files simpler.
I enjoyed building this project.
To use this project just create a MongoDB cloud account, then create a new collection and name it whatever you like, then update the `config-test.js` and `mongo-uri-test.js` in the [test](./test) directory.
Copyright © 2021 | Vikram Negi