-
Make sure CouchDB server has been installed and run
-
Make sure
Docker
andDocker Compose
has been installed -
Add
.env
file in root directory with format below
DB_USER={your username db}
DB_PASSWORD={your password db}
DB_HOST={your host db}
DB_NAME={your db name}
Run the applicaction with type docker-compose up --build