An open API service indexing awesome lists of open source software.

https://github.com/zaujulio/adakanban

This is a project for the ADA Tech selection process, a Kanban board with DragandDrop, Chakraui and Next.js, making use of the API available by them in Nodejs.
https://github.com/zaujulio/adakanban

chakra-ui dnd-kit nextjs react-markdown

Last synced: 19 days ago
JSON representation

This is a project for the ADA Tech selection process, a Kanban board with DragandDrop, Chakraui and Next.js, making use of the API available by them in Nodejs.

Awesome Lists containing this project

README

          

# My Kanban Board 📋







![](https://i.imgur.com/gqDR1Xv.png)

This is a project for the ADA Tech selection process, a Kanban board with DragandDrop, Chakraui and Next.js, making use of the API available by them in Nodejs.

## 🚀 Getting Started

First, install and run the development server in BACK directory:

```bash
npm install
# or
yarn
```

and run:

```bash
npm run server
# or
yarn server
```

Then, install and run the development server in FRONT directory:

```bash
npm install
# or
yarn
```

and run:

```bash
npm run dev
# or
yarn dev
```

## Try with Docker

Just run:

```bash
docker-compose up
```

âš  Warning: Remember to run the server before running the front.

---


Maded with 💜 by:



OakAnderson