Skip to content

A household collaborative task list built to run on a Raspberry Pi

Notifications You must be signed in to change notification settings

jholmes-dev/AssignedTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assigned Tasks

A collaborative task list designed to be ran on a Raspberry Pi with a small touch screen.

Front-end

Front end is built with Angular v18

Back-end

Back-end is built using .NET 8.0

Database

I recommend using Docker's Postgres container:

docker run --name asstasks-postgres -e POSTGRES_PASSWORD=rootroot -e POSTGRES_USER=root -e POSTGRES_DB=asstasks_db -p 5432:5432 -d postgres

About

A household collaborative task list built to run on a Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published