Categorygithub.com/Aliath/studies_db_project
module
0.0.0-20221126120711-5236a7c321c4
Repository: https://github.com/aliath/studies_db_project.git
Documentation: pkg.go.dev

# README

studies-db-project

# provision production database
docker-compose up --detach

# provision development database
docker-compose -f docker-compose.development.yaml up --detach

# create a backup
chmod 777 .tools/shell/backup.sh && .tools/shell/backup.sh

# restore db
chmod 777 .tools/shell/restore.sh && .tools/shell/restore.sh backup_2022-11-06_18-21-27.sql

# run seed script
go run ./cmd/seed

# run script to change user fullname
go run ./cmd/change_name

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author