Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shant99/blog-app
- Owner: shant99
- Created: 2024-11-24T12:29:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T13:22:18.000Z (15 days ago)
- Last Synced: 2025-01-25T06:41:58.630Z (7 days ago)
- Topics: authjs, bcryptjs, cloudinary, framer-motion, fullstack-development, jwt, neon, next-intl, nextjs15, nextui, postgressql, prisma-orm, pusher, resend, tailwind-css, typescript, zod, zustand
- Language: TypeScript
- Homepage: https://blog-ten-eta-97.vercel.app/
- Size: 10.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!