A Full stack blog app
- See this app live:- https://bloggoly.netlify.app/
cd client
npm i
cd ../server
npm i
cd server/
npm run dev
cd client/
npm start
cd ../server
npm run server
A Full Stack Blog app where users can create & publish their own blogs and browse through others to show appreciation by liking and sharing their ideas.
JavaScript
A Full stack blog app
cd client
npm i
cd ../server
npm i
cd server/
npm run dev
cd client/
npm start
cd ../server
npm run server