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

https://github.com/mohit251103/blogio

A complete blog app created with NextJs, Prisma, Postgres, ShadCN, TailwindCSS with the touch of real time feature of liking blog.
https://github.com/mohit251103/blogio

authjs blog nextjs postgresql prisma pusher pusherjs shadcn-ui tailwindcss

Last synced: about 2 months ago
JSON representation

A complete blog app created with NextJs, Prisma, Postgres, ShadCN, TailwindCSS with the touch of real time feature of liking blog.

Awesome Lists containing this project

README

          



Write anything from anywhere and at anytime


## Getting Started

First, clone the repo using below command:
```bash
git clone https://github.com/Mohit251103/blogio.git
```

After that:
```bash
cd blogio
npm install
```

Run your postgres server (refer: [Prisma docs](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql))

*Make sure to add environment variables*

After connecting the database, run the following command:
```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.