Skip to content

Sample Todo List Application written with SpringBoot, Keycloak, Solid.js and Docker

Notifications You must be signed in to change notification settings

codewyre/taskify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Todo List Application

Done with:

  • SpringBoot (API)
  • Solid.js (Web App)
  • Keycloak (Authentication)
  • Docker for Desktop (Local Environment Setup)

Development

Workflow

n/a

Prerequisites

Required Tools

Name Version Source Comments
Node.js Latest, project built using 16.19.1 nvm/brew Used for the Web project. Refer to ./web/.nvmrc for more info
Java 19, built with coretto-19.0.2.7.1 apt/asdf-vm, etc.
Docker Latest Used for the API project. ❗ Hint: When using WSL, you need to activate Docker-Compose V2 and WSL Integration in your Docker for Desktop Config

Workspace Preparation

  # Installs workspace and child repository packages for all repository projects
  make init

Useful commands

  # Re-Export keycloak realm configuration, including keys, secrets, clients and more.
  # The config will be placed inside .config folder and is to be committed.

  # !!!
  # Be ware to not use any personal, sensitive data in
  # your keycloak test instance before exporting
  # !!!

  make exportkc

Build

  make build

Run

# Start thirdparty tools like reverse proxy, idp and db
make start

Tests and Code Analysis

make test

Other Information

VSCode

  • ❗ This project comes with a preconfigured launch.json, meaning hitting F5 would start the API in debug mode!

This project makes use of the following extensions:

About

Sample Todo List Application written with SpringBoot, Keycloak, Solid.js and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published