SamZie001 / Kanban-Task-Tracker

https://kanban-task-trackerapp.vercel.app
0 stars 0 forks source link

Running this application

Two Steps

First, install packages

npm install
# or
yarn install
# or
pnpm install

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

-- Environment Variable

For testing in your local machin, create a mongoDB database and create two collections [tasks, users]

Find help here

set your environment variable 'DB_URI'

NEXT_PUBLIC_DB_URI="mongodb+srv://username>:<password>@<clusterName.zlbnb.mongodb.net/"

Open http://localhost:3000 with your browser to see the result.

GitHub repository for this project: Kanban Task Tracker Live site for this project: Kanban Task Tracker App