Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-26T06:41:36.000Z (10 months ago)
- Last Synced: 2024-01-26T07:35:17.803Z (10 months ago)
- Topics: nextjs, prisma, sqlite, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- 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 ModalsThis 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
- SQLiteThis app uses _SQLite_ database. But you can use any database here.