https://github.com/sarmad426/posts-crud-app
Posts App built with Next.js and Prisma
https://github.com/sarmad426/posts-crud-app
nextjs prisma sqlite tailwind typescript
Last synced: about 2 months ago
JSON representation
Posts App built with Next.js and Prisma
- Host: GitHub
- URL: https://github.com/sarmad426/posts-crud-app
- Owner: Sarmad426
- Created: 2024-01-26T06:36:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T06:41:36.000Z (over 2 years ago)
- Last Synced: 2025-01-11T00:08:47.760Z (over 1 year ago)
- Topics: nextjs, prisma, sqlite, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Posts App
This is a simple Posts app with **CRUD** Operations.
## Features
- Create a new post
- Like & Dislike posts
- Edit a post
- Delete a post
- Pop-up Modals
This app uses a single page. It uses dialog modals to perform all of these operations.
## Tech Stack
- Next.js (Server actions)
- Typescript
- Tailwind CSS
- Prisma
- SQLite
This app uses _SQLite_ database. But you can use any database here.