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.
- Host: GitHub
- URL: https://github.com/zaujulio/adakanban
- Owner: ZauJulio
- Created: 2022-12-28T18:58:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T21:12:43.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:45:31.013Z (over 1 year ago)
- Topics: chakra-ui, dnd-kit, nextjs, react-markdown
- Language: TypeScript
- Homepage: https://ada-kanban.vercel.app/
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Kanban Board 📋

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: