This project involves producing Collaborative app for managing projects and reach new productivity peaks. From startups to home office, the way team works and how they organize tasks, these can all be accomplished with Taskier
First, clone this project to your local environment
git clone <repo link>
Then, run the development server:
npm install
# then
npm run dev
Lastly, Navigate to root folder, rename .env.example
file to .env
file and then fill in these lines
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = enter_cleck_publishable_key;
CLERK_SECRET_KEY = enter_your_cleck_secret_key;
DATABASE_URL = "enter your mongodb connection link";
This project uses clerk
for authentication, authorization and organization management. Head over to their website
to grab your keys and paste them to the .env
file.
This project assumes the system with these minimum requirements
typescript >= "^5"
node >= 18.16.4
-
Next.js Documentation - learn about Next.js features and API.
-
Clerk Documentation - To provide the authentication and authorization to website.
-
Shadcn Documentation - For the styles of components and their interactivity.
-
Prisma Documentation - The project uses Object Relational Maper, Prisma.
The project has live demo deployed on Vercel Platform
who are the creators of Next.js.
Check out our live demo Taskier website
for the visual design.