An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Blog Application

![image](https://raw.githubusercontent.com/Md-Asikuzzaman/blog-application/main/public/assets/images/blog-cover.png)

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