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