A kanban board with a sleek design and intuitive UX.
WEBSITE - https://dooit.vercel.app/
- Beautiful drag and drop kanban board
- Create and manage multiple projects
- Add/Remove users from projects on the fly
- Get tasks progress and other statistics
- Optimised for both mobile and web
To run this project, you will need to add the following environment variables.
For backend add the following in the .dev.env and .prod.env files
MONGODB_DATABASE_URL
JWT_SECRET
For frontend add the following in the .env.local file
NEXT_PUBLIC_GRAPHQL_SERVER_URL
Clone the project
git clone https://github.com/joysamaddar/dooit.git- Install the dependencies
cd backend
npm install- Create .dev.env file (Refer to .example.dev.env file)
- Run the development server
npm run start:dev- Install the dependencies
cd frontend
npm install- Create .env.local file (Refer to .example.env.local file)
- Run the development server
npm run dev- Server: NestJS, TypeScript, Apollo Server, TypeORM, MongoDB
- Client: NestJS 13, TypeScript, Apollo Client, TailwindCSS, SASS, DaisyUI
If you have any feedback, please reach out to me at joysamaddar123@gmail.com

