A simple Kanban board web application written in JavaScript and Deno was made as a school project for the Module M133.
For easier deployment the source code supports docker so you can just run the following command
docker compose up --build
To start the development environment you can run the following command inside of the api
folder
deno run --allow-net --allow-read mod.ts