Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigocipriani/kanban


https://github.com/rodrigocipriani/kanban

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kanban

```

🚨 Project not ready 🚨

```

## Project Overview

Mini Trello/Kanban is a web-based project management tool inspired by Trello and Kanban board concepts. It offers a dynamic interface for managing tasks and projects using cards and boards with drag and drop functionality.

### Features

- **Drag & Drop Interface**: Easily move cards between columns.
- **CRUD Operations**: Add, remove, and update cards.
- **Sorting Options**: Organize cards by date of creation or custom order.
- **Technology Stack**: React with NextJs app router, Tailwind CSS, Apollo Client GraphQL for the frontend, and Node.js and Prisma for the backend.

## Getting Started

1. First, run the development server:

```bash

cp .env.example ./env

bun i

bun run dev

```

2. Open `http://localhost:3000/api/seed` if you want to seed with examples

3. Open `http://localhost:3000/` to do the login

```
User: [email protected]
Passworkd: password123
```

4. Enjoy 🤗