A complete blog website using node and express
Make sure to follow all these steps exactly as explained below. Do not miss any steps or you won't be able to run this application.
To run this project, you need to install the latest version of MongoDB Community Edition first.
https://docs.mongodb.com/manual/installation/
Once you install MongoDB, make sure it's running.
USING HTTPS
git clone https://github.com/CodeWithSouma/blog-website.git
USING SSH
git clone git@github.com:CodeWithSouma/blog-website.git
Next, from the project folder, install the dependencies:
npm i
node app.js
This will launch the Node server on port 3000. If that port is busy, you can set a different port in app.js.
Open up your browser and head over to:
You should see the home page. That confirms that you have set up everything successfully.
If you want to create your post then you have to go this link