Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shant99/blog-app

! Attention ! This is v0.6.0-alpha version , and The application is in the early stages of development. This is Fullstack app that has built with Next.js / Prisma / PostgreSQL / Auth.js / Zod / TypeScript.This app about blog with registration , authorization and authentication , Realtime chat , notifications , likes , etc.
https://github.com/shant99/blog-app

authjs bcryptjs cloudinary framer-motion fullstack-development jwt neon next-intl nextjs15 nextui postgressql prisma-orm pusher resend tailwind-css typescript zod zustand

Last synced: about 21 hours ago
JSON representation

! Attention ! This is v0.6.0-alpha version , and The application is in the early stages of development. This is Fullstack app that has built with Next.js / Prisma / PostgreSQL / Auth.js / Zod / TypeScript.This app about blog with registration , authorization and authentication , Realtime chat , notifications , likes , etc.

Awesome Lists containing this project

README

        

# About Blog-app

![This is blog-app!](/public/images/blog.gif "Blog-app !")

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

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

## Additional Commands

Prisma Studio run

```
npx prisma studio
```

Prisma types generate

```
npx prisma generate
```

Prisma model db add

```
npx prisma db push
```

Prisma users seeds

```
npx prisma db seed
```

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!