A proper rewrite of my finances webapp using Node and SQL
- Configure
docker-compose.yml
andsql-config.json
fields 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
.