Skip to content

StasD/KanbanBoard

Repository files navigation

Kanban Board Demo

This is the project to showcase a full stack web application which uses ASP.NET Core with EF Core for Web API backend, React, React Router, HeroUI component library, Tailwind CSS and Zustand for client app, nginx as the web server and reverse proxy, and PostgreSQL as the database.

NEW (3 Feb 2026): Implemented elements of Event Driven Architecture using RabbitMQ message broker paired with Rebus library to send email notifications to users assigned to Kanban Tasks. Those messages can be seen in smtp4dev's web interface at http://127.0.0.1:8180.

Prerequisites

Building and running

  1. Use git to clone this repository or download a zip file and unpack it to a folder on your local machine.

  2. Come up with passwords for PostgreSQL database user and for RabbitMQ user. Then in folders data/pg, data/rabbitmq and KanbanBoardApi, rename files .env.example into .env (or make copies with that name) and replace <pg_password> and <rabbitmq_password> with passwords you came up with.

  3. Navigate to the folder with the source code in the terminal (on Windows, use Git Bash), and execute build_all.sh file located at the root of that folder:

    ./build_all.sh

    This shoud build both backend and frontend apps and start docker servers using docker compose. Then just open https://localhost to access the application.

Notes:

  • To add ssl certificates used by the app to your machine's trust chain, navigate to the data/ssl folder in the terminal, and run openssl pkcs12 -export -out ca.pfx -inkey ca.key -in ca.crt. Then double click the newly created ca.pfx file and follow prompts to add its certificate to your os' keychain. On Windows, add the certificate to the Trusted Root Certification Authorities store. On macOS, open Keychain Access app and mark the imported certificate as trusted there. Alternatively, you can just trust the certificate in your browser after being prompted.

  • Docker will use ports 443, 5032, 5671, 7003, 8180, 8125, 15671 on your localhost. If any of these are already used by other applications running on your machine, please adjust ports in docker-compose.yml.

  • Authentication is not fully implemented yet.

Screenshots

Screenshot 1

Screenshot 2

Copyright © 2025 Stan D.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors