Skip to content

DAKIN-Judi/Task-Manger

Repository files navigation

This is a Next.js project Task-Manager

Configuration

Create .env configuration file and configure it accordingly for your project

you can also configuration sample files into .env.sample

Requirements

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 install

You will also need to configure on Mongo database.

Replace Database connection string into .env configuration file

Getting Started

First, run the development server:

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

API Documentation

You will see the documentation of the api into following links: https://documenter.getpostman.com/view/17636181/2sA3QmEF1M

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors