Just another todo app built with Node, Express.
- [] Priorities for tasks
- [] Dragging and dropping lists b/w boards or in same board
- [] Sorting tasks in list
- Clone both client and server repos.
- Install node_modules in respective folders using
npm i
. - Have PostgreSQL. Visit prisma docs for DATABASE_URL
- Rename
.env.temp
to.env
and add the required values. - Run
npx tsc
to build. - Run
npm run dev
to start.