Skip to content

lordofdestiny/pia-project-main

Repository files navigation

pia-project

This is project unifies the repositories of the PIA project. It contains the following repositories:

It creates a docker image for the server, and docker compose file to run the server and the database together.

Restoring the example database

This project contains an example database backup that can be restored to the mongo database. The database backup is located in the /mogodb/pia-project-db folder, and this folder is mounted to the /home/pia-project-db folder in the mongo-db container. w

To restore the example database, you need to run the following command inside the mongo-db container:

mongorestore --db pia-project-db /home/pia-project-db

Or from the host machine:

docker exec -it house-medica-mongo-db-1 mongorestore --db pia-project-db /home/pia-project-db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published