Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigocipriani/kanban
https://github.com/rodrigocipriani/kanban
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigocipriani/kanban
- Owner: rodrigocipriani
- Created: 2023-12-04T22:23:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-12T01:35:22.000Z (11 months ago)
- Last Synced: 2024-04-15T03:41:45.536Z (7 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🤗