Next JS Task Management
This is a Fullstack Next JS Task Management Project with server actions CRUD
Tech Stack :

This is Fullstack CRUD Task Management Project. Built from scratch using Next JS 14, TypeScript, Tailwind CSS, Shadcn-UI, Prisma, PostgreSQL, and NextAuth.
Installation
-
Clone this repository to your local machine using:
-
Navigate to the project directory:
-
Install the dependencies:
Usage
- Configure your settings in the .env file.
- Get the Google Secret key in Google Cloud Console until get this :
then copy the key, and paste into your .env file
- Add this to your .env file :
- Connect your database using Postgresql (in my case I'm using Aiven)
- Paste your database url like this :
- Run the Prisma migration to set up your database schema:
- Start the development server:
- Access the application in your browser at http://localhost:3000.
Reference
- Design UI : Behance
- Documentation :