A proper rewrite of my finances webapp using Node and SQL
- Configure
docker-compose.ymlandsql-config.jsonfields to match. - Pull the necessary images.
docker compose pull - Start the images.
docker compose up -d - Initialize the database from
db-config.sql. Personally I just copy the text into adminer. - Navigate to
localhost:3000.