Skip to content

AmitrajitDas/Bloggoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

Bloggoly

Blog publishing site

A Full stack blog app

screenshot

DEMO

Usage

Install Dependencies

cd client
npm i
cd ../server
npm i

Run Locally

Run both frontend (Port: 3000) and backend (Port: 5000) simultaneously

cd server/
npm run dev

Run both frontend (Port: 3000) and backend (Port: 5000) manually

cd client/
npm start

cd ../server
npm run server

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published