Blogify is a platform for people to share their stories and creative ideas. Connect with thousands of other users and share your stories with them.
- NextJS
- MongoDB
- Prisma
- Firebase
- User authentication
- Post and view blogs
- Comment
- Dark mode and more
Categories and Recent Posts section
Fetch the code and install necessary packages and libraries:
npm install
# or
yarn install
# or
pnpm install
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.