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.
- 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.
- Next.js
- Tailwind CSS
- Postgresql
- Clone the repo:
git clone https://gitlab.com/blogappprabin/blogapp.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
Open http://localhost:3000 to view the app.
/signup– Sign up page./login– Login page./blogs– View and manage blogs.