# Clone the repo
git clone https://github.com/jeevanhr7/simpleBlog.git
# CD into the project
cd simpleBlog
# Install all required dependencies
npm install
# Start the server
cd src/server
node server.js
Then, navigate to http://localhost:3000
- MongoDB - Download and Install MongoDB