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.
- Host: GitHub
- URL: https://github.com/mohit251103/blogio
- Owner: Mohit251103
- Created: 2024-09-26T19:13:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:54:45.000Z (over 1 year ago)
- Last Synced: 2025-02-06T14:26:17.566Z (over 1 year ago)
- Topics: authjs, blog, nextjs, postgresql, prisma, pusher, pusherjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://blogio-by-mohit.vercel.app
- Size: 942 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.