My first MERN app, a dynamic blogging platform which enables users to not only explore existing blogs but also register, create their profiles, and seamlessly publish and manage their own blogs. This application aims to provide a user-friendly interface for both readers and writers, fostering a community where sharing ideas and experiences is user-friendly and engaging.
Expectations:
- Node 16.x installed
- Mongodb along with mongo shell installed
git clone https://github.com/pranith-rao/BlogVoyage.git
cd BlogVoyage
cd Backend
npm i
npm start
Keep it running. Now open another terminal
cd FrontEnd
npm i
npm start
Done, application will open automatically on your web browser.
Snapshots