This is a Next.js project Task-Manager
Create .env configuration file and configure it accordingly for your project
you can also configuration sample files into .env.sample
For install all packages required by this project run following command based on yout environment
npm install
# or
yarn install
# or
pnpm install
# or
bun installYou will also need to configure on Mongo database.
Replace Database connection string into .env configuration file
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devYou will see the documentation of the api into following links: https://documenter.getpostman.com/view/17636181/2sA3QmEF1M