Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zasviat/ispend

Repository files navigation

Docker Registry: https://hub.docker.com/repository/docker/zasviat/ispend/general iSpend Production: https://i-spend.vercel.app

Connect to posgresql psql -U postgres

Connect to db \c ispend_db

Show all dbs \l

Show tables in current db \d

Create network docker create network ispend

Start postgresql container with volume docker run --network=ispend --name postgres --env-file .env.docker -d -p 5432:5432 -v postgresql_data:/var/lib/postgresql postgres

Start app container docker run --network=ispend -p 8000:8000 --env-file .env.docker zasviat/ispend:latest

Spin up application via docker compose (.env.docker should be available) docker compose up

Command to dump production database pg_dump -U '' -h '' -d '<db_name>' -f DD_MM_YYYY.sql

About

iSpend Application to track expenses and incomes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors