Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.