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.
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