This is a Upgrade of my previous project, Blog Website WITHOUT Database. I have added MongoDB database to it! The front-end is same to previous one.
This is a Blog website made using EJS
. You can write blogs and post them!
This is a simple website made using,
Node.js
express.js
Body-parser
Modulelodash
Mobule
- I have not worked much on
styling
for simplicity. - This website will give you a clear understanding of how
CRUD in MongoDB
works!
Method-1) Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parser
npm i lodash
Method-2) Download this repo. and run;
npm i
- Run the following command:
git clone 'https://github.com/yashsdoshi/Blog_Website_With_Database.git'
-
cd
to the cloned folder:
cd Blog_Website_With_Database
- Install required
npm
pakages
npm i
### Example prewview of website: