Skip to content
/ Planner Public

Web app to help plan projects and tasks, built with Next.js, TypeScript, Prisma, and Tailwind CSS

Notifications You must be signed in to change notification settings

dv297/Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planner

A Jira-like clone for learning Next.JS, Tailwind, and Next-Auth

Build

Developer Notes

Creating a migration

npx prisma migrate dev --name added_job_title

Clearing Docker Configuration

docker system prune --volumes

Database Reset

truncate "User" cascade;
truncate "Workspace" cascade;
truncate "Team" cascade;

Database Backup

pg_dumpall -c -U root > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql

About

Web app to help plan projects and tasks, built with Next.js, TypeScript, Prisma, and Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published