- Install postgresql and create a database named
kanban
- Install node.js
git clone https://github.com/kanban-org/kanban-board.git
cd kanban-board
npm install
- Add the environment variables as mentioned in
.env.example
file to.env
file.(Note: Add your own values to the environment variables)
- Do the same for
kanban-client
directory
npm run start
- React.js
- SCSS
- Express.js
- PostgreSQL
- Sequelize ORM