A normal webite to create, read, update or delete blogs.
- Node.js
- EJS
- Express.js
- MongoDB
To run this app, you will need to follow these steps:
- Laptop
- A Text Editor installed on your laptop
- Git installed on your Laptop.
-
Create a project and in the project create a new cluster.
-
Connect the cluster and get the connection string.
git clone https://github.com/akshatmittal2002/blog-website.git
- Specify the variable
DBURIas the connection string.
- Install all dependences
npm install
- Run App
node app.js
- Open localhost:3000 in your browser.
This project is based on the goal of improving my Node.js and EJS skills.