/topics-next14

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

Primary LanguageTypeScript

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