Skip to content

megakevin/quote-editor-blazor

Repository files navigation

README

Create database with:

docker run -d \
    --name quote-editor-blazor-db \
    -p 5432:5432 \
    --network host \
    -e POSTGRES_DB=quote_editor \
    -e POSTGRES_USER=quote_editor \
    -e POSTGRES_PASSWORD=password \
    postgres:14

Connect to the database with:

psql -h localhost -U quote_editor -W

pw: password

About

This is a copy of the Quote Editor app from the Turbo Rails Tutorial (https://www.hotrails.dev/turbo-rails) built with Blazor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published