Custom Version of Planka for FinalBlast
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Maksim Eltyshev 562d855d46 Add client demo 6 years ago
client Fix security vulnerabilities, update dependencies 6 years ago
server Fix security vulnerabilities, update dependencies 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Add client demo 6 years ago
demo.gif Initial commit 6 years ago
package.json Add client demo 6 years ago

README.md

Planka

A Trello-like application built with React and Redux.

Client demo (with some restrictions).

Features

  • Create projects, boards, lists, cards, labels and tasks
  • Add card members, track time, set a deadline, write comments
  • Filter by members and labels
  • Real-time updates
  • 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.