/yeet-board

A simple Kanban board web application written in JavaScript and Deno was made as a school project for the Module M133.

Primary LanguageJavaScriptMIT LicenseMIT

CodeFactor Deno Unit Tests

Yeet Board

Yeet Board Showcase

A simple Kanban board web application written in JavaScript and Deno was made as a school project for the Module M133.

📦 Deployment

For easier deployment the source code supports docker so you can just run the following command

docker compose up --build

🛠️ Development

Dependencies

  1. Deno

Starting the environment

To start the development environment you can run the following command inside of the api folder

deno run --allow-net --allow-read mod.ts

🏷️ Contributors