Skip to content

This repo is core component of Question and Answer Forum, where user can Log-In/Log-Out, follow other people, follow topic, upvote/downvote, post a Question and Answer. πŸŽ‰

Notifications You must be signed in to change notification settings

PawanAIT/Question-Answer-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Question Answer Forum

Instructions

Setup for Docker

Inside Directory Docker/

    sudo docker-compose up -d
    sudo docker ps
    docker cp ../PostgreSQL/postgres_schema.sql <Docker Postgres ID>:/
    docker exec -it docker_database_1 /bin/bash
    psql -U pawan QnAForum < postgres_schema.sql

To Backup from PGAdmin

  • filename : /postgres_schema.sql
  • format : plain
  • Dump Options : Schema Only
sudo docker cp <Docker PGadmin ID>:/var/lib/pgadmin/storage/pawan/postgres_schema.sql <Location in your PC>

About

This repo is core component of Question and Answer Forum, where user can Log-In/Log-Out, follow other people, follow topic, upvote/downvote, post a Question and Answer. πŸŽ‰

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published