Skip to content

ChiliMonanta/todo-blazor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a Todo management system

An example of a simple todo management system.

  • Add/remove todo lists
  • Add/remove todo in a list
  • Move a todo to another list

Based on a postgresql database

How to run (localhost):

source envsetup.sh
d-up
cd server-app/
dotnet run

For localhost the pgadmin4 is bundled in the docker compose file and can be accessed on http://localhost:5050/ For pgadmin the default user=a@a.org and password=pass For the database the user=postgres, password=pass and the postgres database=todos

Commands:

  • d-up: Create and initialze database
  • d-down: Tear down and remove all docker containers
  • d-start: Start a stopped system
  • d-stop: Stop the system
  • dps: Equal to "docker ps -a"

Environment variables if you want to change the default:

  • POSTGRES_USER
  • POSTGRES_PASSWORD
  • PGADMIN_DEFAULT_EMAIL
  • PGADMIN_DEFAULT_PASSWORD
  • PGADMIN_PORT
  • POSTGRES_DATABASE

About

Example of a Todo management system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published