https://github.com/md-asikuzzaman/blog-application
Full-stack blog application with, filtering, pagination & SSR
https://github.com/md-asikuzzaman/blog-application
mongodb next14 prisma react-query ssr zod zustand
Last synced: 2 months ago
JSON representation
Full-stack blog application with, filtering, pagination & SSR
- Host: GitHub
- URL: https://github.com/md-asikuzzaman/blog-application
- Owner: Md-Asikuzzaman
- License: mit
- Created: 2024-01-08T04:34:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T05:56:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T04:32:01.731Z (over 1 year ago)
- Topics: mongodb, next14, prisma, react-query, ssr, zod, zustand
- Language: TypeScript
- Homepage: https://blog-app-devasik.vercel.app
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Application

FullStack Blog Application using React, NextJS, TailwindCSS & Prisma.
[LIVE DEMO](https://blog-app-devasik.vercel.app)
Features:
- Environment, Typescript, NextJS Setup
- MongoDB & Prisma connect, Database creation
- Full responsiveness on all pages
- Detail-oriented effects and animations using TailwindCSS
- React-Query data fetching
- Zustand state management
- Server Side Rendering
- Pagination and Filtering
### Cloning the repository
```shell
git clone https://github.com/Md-Asikuzzaman/blog-application.git
```
### Install packages
```shell
yarn install
or
npm i
```
### Setup .env file
```js
DATABASE_URL=
```
### Start the app
```shell
yarn dev
or
npm run dev
```