mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 01:11:06 +03:00
5ffef61fe7e17912097c9fc7fb8472ee641fd21f
Planka
A Trello-like application built with React and Redux.
Online demo is coming soon.
Features
- Create projects, boards, lists, cards, labels and tasks
- Add card members, track time, set a deadline, write comments
- Filter by members and labels
- User notifications
- Internationalization
Tech stack
- React, Redux, Redux-Saga, Redux-ORM, Semantic UI React, react-beautiful-dnd
- Sails.js, Knex.js
- PostgreSQL
Run in development
git clone https://github.com/meltyshev/planka.git
Server:
cd server
npm install
Create a database and edit DATABASE_URL in .env file.
npm run db:migrate
npm run db:seed
npm run start:dev
Client (second terminal window):
cd client
npm install
npm start
Demo user: demo@demo.demo demo
Run in production
In progress..
Todo
In progress..
License
Planka is MIT licensed.
Description
Releases
12
Languages
JavaScript
95.1%
SCSS
4.5%
Shell
0.2%
