consdu / topics-next14

A small topics app leveraging Next.js 14 / server actions

Home Page:https://topics-delta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topics

Description

Topics is a dynamic web application built using Next.js 14, leveraging the powerful server actions feature for efficient backend processing. This project utilizes Prisma as an ORM with a Postgres database. The UI is styled using Tailwind CSS.

Technologies Used

  • Next.js 14: For building the server-side rendered application.
  • Server Actions: Used within Next.js for handling server-side logic.
  • Prisma: ORM tool used for database management.
  • SQLite: Local database for storing and retrieving data.
  • Tailwind CSS: A utility-first CSS framework for styling the application.

Installation

  1. Clone the repo
    git clone https://github.com/consdu/topics-next14.git
  2. Install NPM packages
    npm install
  3. Start dev server
    npm run dev

About

A small topics app leveraging Next.js 14 / server actions

https://topics-delta.vercel.app


Languages

Language:TypeScript 95.5%Language:Shell 2.9%Language:JavaScript 1.3%Language:CSS 0.2%