Skip to content

SanchitGeez/simply-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

SimplyBlog

A Simple and Minimal Blogging Platform where people can come together and share their stories with each other with a very straightforward and easy to use interface.

Demo

Demo GIF

Installation

Steps to run in your local environment

  git clone https://github.com/SanchitGeez/simply-blog.git
  cd client/
  npm i
  npm start
  cd ..
  cd api/
  npm i
  node server.js