Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.68 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.68 KB

Taskier - Tasks Management App

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

Getting Started

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.

Additional grabs

This project assumes the system with these minimum requirements

 typescript >= "^5"
 node >= 18.16.4

Technologies used

Deployment

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.