Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 417 Bytes

Simple-Blog

Quick Start

# 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

Prerequisites

  • MongoDB - Download and Install MongoDB