Skip to content

alwinantony29/Blogified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blogified

Objective

The objective was to develop a full stack MERN application that allows users to write blogs and share it with the world Used node.js and express for backend, react with vite as frontend and mongodb for database

how to run

  • clone the repo
  • cd client
  • npm i
  • npm run dev
  • front end is hosted at localhost:5173
  • open new terminal
  • cd server
  • npm i
  • npm run dev
  • backend is hosted at localhost:5000

Screenshots

blog

SRS Document

IMG-20230514-WA0028

IMG-20230514-WA0027

Releases

No releases published

Packages

No packages published