Skip to content

prabinpkrl/blog-app

Repository files navigation

Blog App

A simple blog application built with Next.js, Tailwind CSS, and postgresql. This app allows users to sign up, log in, and manage blogs (create, edit, delete) with data persistence using postgresql.

Features

  • Signup & Login – User authentication with postgresql.
  • Blogs Page – View, create, edit, and delete blogs.
  • Postgresql – Stores user data and blog posts.
  • Logout – Clears auth state and redirects to login.

Tech Stack

  • Next.js
  • Tailwind CSS
  • Postgresql

Getting Started

  1. Clone the repo:
    git clone https://gitlab.com/blogappprabin/blogapp.git
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

Open http://localhost:3000 to view the app.

Pages

  • /signup – Sign up page.
  • /login – Login page.
  • /blogs – View and manage blogs.

About

Blog website where you can create and upload the blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors